Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
transformers==4.35.2
|
3 |
torch==2.0.1
|
|
|
4 |
Pillow==10.1.0
|
5 |
bitsandbytes==0.41.1
|
6 |
accelerate==0.24.1
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
transformers==4.35.2
|
3 |
torch==2.0.1
|
4 |
+
torchvision==0.15.2
|
5 |
Pillow==10.1.0
|
6 |
bitsandbytes==0.41.1
|
7 |
accelerate==0.24.1
|
8 |
+
einops==0.6.1
|
9 |
+
tensorflow-cpu==2.13.0
|
10 |
+
numpy==1.24.3
|
11 |
+
sentencepiece==0.1.99
|