-
Notifications
You must be signed in to change notification settings - Fork 72
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
Do I have to use the latest version of PyTorch? #84
Comments
Nightlies are a requirement for now |
It's enabled on torch 2.0? |
I mean download the preview build of pytorch here https://pytorch.org/ |
Thanks for your quick reply! My project is build on an specfic environment and can't be run with torch2.2 due to some reason. So I want to know whether fast-sam can run with lower torch version eg.torch 2.0.1. |
@bigmover - Unfortunately not (at least not with the same degree of performance improvement). However, it is expected to work with the next stable PyTorch 2.2 :) |
Do you have any specific requirements for the PyTorch version?
The text was updated successfully, but these errors were encountered: