-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
downgrade & pin torch version, fix setup #507
- torch 2.0.1 wouldn't detect my locally installed cuda libs (various .so's "missing from system path") - now cublas + cuda seem to be installed as deps? - this might be a quirk of my setup (Arch Linux). fwiw, i could then uninstall my local cuda package... - i poked this until it worked. idk if it makes sense.
- Loading branch information
Showing
4 changed files
with
134 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ reportlab | |
requests | ||
sentry-sdk | ||
stripe | ||
torch | ||
torch==2.0.0 | ||
torchvision | ||
unidecode | ||
Wand | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters