Skip to content

Commit

Permalink
feat: use torch>=2.4.1 and cu124 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 3, 2024
1 parent ddfce30 commit 4197530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Add this in for tox, comment out for build
--extra-index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://download.pytorch.org/whl/cu124
horde_sdk>=0.14.3
horde_model_reference>=0.9.0
pydantic
numpy==1.26.4
torch>=2.3.1
torch>=2.4.1
# xformers>=0.0.19
torchvision
# torchaudio
Expand Down

0 comments on commit 4197530

Please sign in to comment.