Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
transformers
|
2 |
torch
|
3 |
Pillow
|
4 |
torchvision
|
5 |
einops
|
6 |
accelerate
|
7 |
-
bitsandbytes
|
|
|
8 |
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git
|
2 |
torch
|
3 |
Pillow
|
4 |
torchvision
|
5 |
einops
|
6 |
accelerate
|
7 |
+
bitsandbytes==0.41.3
|
8 |
+
|
9 |
|