Skip to content

Commit

Permalink
Merge pull request fudan-generative-vision#66 from AricGamma/main
Browse files Browse the repository at this point in the history
fix: use pytorch+cuda version. test on Ubuntu & Windows
  • Loading branch information
siyuzhu-fudan authored Jun 20, 2024
2 parents 1c790d3 + 8464f72 commit e12f230
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 e12f230

Please sign in to comment.