Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
transformers @ git+https://github.com/huggingface/transformers.git
|
2 |
pillow==10.2.0
|
3 |
torch==1.13.1
|
4 |
-
bitsandbytes==0.41.3
|
|
|
|
1 |
transformers @ git+https://github.com/huggingface/transformers.git
|
2 |
pillow==10.2.0
|
3 |
torch==1.13.1
|
4 |
+
bitsandbytes==0.41.3
|
5 |
+
accelerate==0.25.0
|