Spaces:
Running
Running
seonil
commited on
Commit
•
801bad3
1
Parent(s):
b957ef2
requirements extra index option
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -85,7 +85,6 @@ tabulate==0.9.0
|
|
85 |
termcolor==2.1.0
|
86 |
tokenizers==0.13.2
|
87 |
toml==0.10.2
|
88 |
-
torch==1.13.0+cu116
|
89 |
tqdm==4.64.1
|
90 |
traitlets==5.5.0
|
91 |
transformers==4.24.0
|
@@ -97,3 +96,5 @@ wcwidth==0.2.5
|
|
97 |
websockets==10.4
|
98 |
xxhash==3.1.0
|
99 |
yarl==1.8.1
|
|
|
|
|
|
85 |
termcolor==2.1.0
|
86 |
tokenizers==0.13.2
|
87 |
toml==0.10.2
|
|
|
88 |
tqdm==4.64.1
|
89 |
traitlets==5.5.0
|
90 |
transformers==4.24.0
|
|
|
96 |
websockets==10.4
|
97 |
xxhash==3.1.0
|
98 |
yarl==1.8.1
|
99 |
+
-i https://download.pytorch.org/whl/cu116
|
100 |
+
torch==1.13.0+cu116
|