marqo icon indicating copy to clipboard operation
marqo copied to clipboard

Display torch info on startup [ENHANCEMENT]

Open pandu-k opened this issue 2 years ago • 0 comments

Log torch info on startup. This helps debugging.

This information will help:

In [1]: import torch
to
In [2]: torch.__version__
Out[2]: '2.0.0.dev20230118+cu116'

In [3]: torch.version.cuda
Out[3]: '11.6'

pandu-k avatar Jan 23 '23 23:01 pandu-k