-
Notifications
You must be signed in to change notification settings - Fork 508
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
Update tch to 0.18+ #2553
Comments
Hi, sorry to necropost, but is there an accepted way of opting-in to a later version of tch? at the moment I'm just forking burn and replacing the tch dependency with: |
No prob, this issue is still open to keep track of the update. Looks like they actually released version 0.19 since but the linked issues are still open so would have to check.
Sadly I don't think there is a simpler way to achieve this given the cargo dependency resolution. Even if you try to override the tch dependency using a We could be more flexible in the version specification for tch (e.g., |
Closed with #2834 |
Follow-up to #1765 which detailed windows issues for
tch
0.16.It seems both 0.17 and 0.18 also have issues, this time it seems to be a linking issue for CUDA.
So we're sticking to 0.15 for now.
LaurentMazare/tch-rs#904
LaurentMazare/tch-rs#907
The text was updated successfully, but these errors were encountered: