Spaces:
Running
Running
oceansweep
commited on
Commit
•
d382140
1
Parent(s):
a2f0ca8
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -89,8 +89,6 @@ timm==0.9.16
|
|
89 |
tokenizers==0.15.2
|
90 |
tomlkit==0.12.0
|
91 |
toolz==0.12.1
|
92 |
-
torch==2.2.2+cu121
|
93 |
-
torchaudio==2.2.2+cu121
|
94 |
torchvision==0.17.2
|
95 |
tqdm==4.66.2
|
96 |
transformers==4.39.3
|
@@ -103,3 +101,7 @@ uvicorn==0.29.0
|
|
103 |
watchfiles==0.21.0
|
104 |
websockets==11.0.3
|
105 |
yt-dlp==2024.4.9
|
|
|
|
|
|
|
|
|
|
89 |
tokenizers==0.15.2
|
90 |
tomlkit==0.12.0
|
91 |
toolz==0.12.1
|
|
|
|
|
92 |
torchvision==0.17.2
|
93 |
tqdm==4.66.2
|
94 |
transformers==4.39.3
|
|
|
101 |
watchfiles==0.21.0
|
102 |
websockets==11.0.3
|
103 |
yt-dlp==2024.4.9
|
104 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
105 |
+
torch
|
106 |
+
torch==2.2.2+cu121
|
107 |
+
torchaudio==2.2.2+cu121
|