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 |
gradio
|
3 |
pillow
|
4 |
qwen-vl-utils
|
5 |
torchvision
|
6 |
torch
|
7 |
spaces
|
8 |
-
peft
|
|
|
|
1 |
+
git+https://github.com/huggingface/transformers
|
2 |
gradio
|
3 |
pillow
|
4 |
qwen-vl-utils
|
5 |
torchvision
|
6 |
torch
|
7 |
spaces
|
8 |
+
peft
|
9 |
+
bitsandbytes
|