pablodawson
commited on
Commit
·
5c44dfb
1
Parent(s):
f4d7e7a
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
huggingface_hub
|
2 |
setuptools_rust
|
3 |
safetensors>=0.3
|
|
|
4 |
torch==1.9.0+cu111
|
5 |
transformers
|
6 |
pytorch_lightning
|
|
|
1 |
huggingface_hub
|
2 |
setuptools_rust
|
3 |
safetensors>=0.3
|
4 |
+
--extra-index-url https://download.pytorch.org/whl
|
5 |
torch==1.9.0+cu111
|
6 |
transformers
|
7 |
pytorch_lightning
|