Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytorch2timeloop-converter uses an older version of PyTorch #3

Open
gilbertmike opened this issue Feb 27, 2023 · 0 comments
Open

pytorch2timeloop-converter uses an older version of PyTorch #3

gilbertmike opened this issue Feb 27, 2023 · 0 comments

Comments

@gilbertmike
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant