Commit
·
b458d1e
1
Parent(s):
e4e082c
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
accelerate==0.13.2
|
3 |
bitsandbytes==0.32.1
|
4 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
accelerate==0.13.2
|
3 |
bitsandbytes==0.32.1
|
4 |
+
Pillow
|
5 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
6 |
+
torch==1.10.0+cu102
|
7 |
+
torchvision==0.11.0+cu102
|
8 |
+
torchaudio==0.10.0
|