You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dockerfile specifies pip3 install torch which installs the latest PyTorch (currently 1.13+cpu). However, pytorch2timeloop-converter requires PyTorch 1.8. This version is significantly larger on top of already downloading 1.13+cpu and uninstalling it, leading to a long build time.
We should either:
Remove pip3 install torch
Update pytorch2timeloop-converter
The text was updated successfully, but these errors were encountered:
The Dockerfile specifies
pip3 install torch
which installs the latest PyTorch (currently 1.13+cpu). However, pytorch2timeloop-converter requires PyTorch 1.8. This version is significantly larger on top of already downloading 1.13+cpu and uninstalling it, leading to a long build time.We should either:
pip3 install torch
The text was updated successfully, but these errors were encountered: