Skip to content

Commit

Permalink
fix: use pytorch+cuda version. test on Ubuntu & Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Jun 20, 2024
1 parent 31c91b1 commit 8464f72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--find-links https://download.pytorch.org/whl/torch_stable.html

accelerate==0.28.0
audio-separator==0.17.2
av==12.1.0
Expand All @@ -20,8 +22,8 @@ opencv-python-headless==4.9.0.80
opencv-python==4.9.0.80
pillow==10.3.0
setuptools==70.0.0
torch==2.2.2
torchvision==0.17.2
torch==2.2.2+cu121
torchvision==0.17.2+cu121
tqdm==4.66.4
transformers==4.39.2
xformers==0.0.25.post1
Expand Down

0 comments on commit 8464f72

Please sign in to comment.