marqo
marqo copied to clipboard
Display torch info on startup [ENHANCEMENT]
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'