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

Include torch #19

Open
GTP95 opened this issue May 28, 2022 · 2 comments
Open

Include torch #19

GTP95 opened this issue May 28, 2022 · 2 comments

Comments

@GTP95
Copy link

GTP95 commented May 28, 2022

I'm trying to run a project that requires torch>=1.10, but when I try to install it I get "No matching distribution found for torch>=1.10 (from lightweight-gan)". Could you please tell me how I can install torch?
Maybe you could also include it in your next release
The full log for reference:

(lightweight-gan) jetson@nano:~/lightweight-gan$ pip3 install lightweight-gan
Collecting lightweight-gan
  Using cached https://files.pythonhosted.org/packages/6b/ea/1ed30e2285ef18fd62f4bfe38183377c9a3cc352967e45e961d7179773f1/lightweight_gan-0.23.2-py3-none-any.whl
Collecting retry (from lightweight-gan)
  Using cached https://files.pythonhosted.org/packages/4b/0d/53aea75710af4528a25ed6837d71d117602b01946b307a3912cb3cfcbcba/retry-0.9.2-py2.py3-none-any.whl
Collecting kornia>=0.5.4 (from lightweight-gan)
  Using cached https://files.pythonhosted.org/packages/50/33/89ebc68f8712c29dc451e79708451192b55e788ddfddfc1abbcab936e374/kornia-0.6.5-py2.py3-none-any.whl
Collecting torch>=1.10 (from lightweight-gan)
  Could not find a version that satisfies the requirement torch>=1.10 (from lightweight-gan) (from versions: )
No matching distribution found for torch>=1.10 (from lightweight-gan)
@Qengineering
Copy link
Owner

You can upgrade your PyTorch by using the 1.10.0 wheel

@GTP95
Copy link
Author

GTP95 commented May 28, 2022

Yes, I'm now in the process of installing it by following this guide: https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-11-now-available/72048.
I still think that it would be great if you included it or a later version in your next release.

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

2 participants