Spaces:
Sleeping
Sleeping
yanyoyo
commited on
Commit
·
492a3b7
1
Parent(s):
9c91e54
Simplify dependencies and remove explicit PyTorch requirements
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -118,12 +118,12 @@ tiktoken==0.8.0
|
|
118 |
timeout-decorator==0.5.0
|
119 |
tokenizers==0.19.1
|
120 |
tomli==2.2.1
|
121 |
-
torch
|
122 |
-
torchaudio
|
123 |
-
torchvision
|
124 |
tqdm==4.67.1
|
125 |
transformers==4.41.1
|
126 |
-
triton
|
127 |
typing-inspect==0.9.0
|
128 |
watchdog==4.0.2
|
129 |
wrapt==1.17.0
|
|
|
118 |
timeout-decorator==0.5.0
|
119 |
tokenizers==0.19.1
|
120 |
tomli==2.2.1
|
121 |
+
torch
|
122 |
+
torchaudio
|
123 |
+
torchvision
|
124 |
tqdm==4.67.1
|
125 |
transformers==4.41.1
|
126 |
+
triton
|
127 |
typing-inspect==0.9.0
|
128 |
watchdog==4.0.2
|
129 |
wrapt==1.17.0
|