Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -13,14 +13,14 @@ opencv-python-headless
|
|
| 13 |
pillow
|
| 14 |
|
| 15 |
# Hugging Face transformers from GitHub to ensure we have the latest features
|
| 16 |
-
|
| 17 |
|
| 18 |
# Gradio for creating easy UIs for model demonstrations
|
| 19 |
gradio
|
| 20 |
|
| 21 |
# Necessary for the proper functioning of advanced quantization features
|
| 22 |
accelerate
|
| 23 |
-
|
| 24 |
|
| 25 |
# PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
|
| 26 |
peft
|
|
|
|
| 13 |
pillow
|
| 14 |
|
| 15 |
# Hugging Face transformers from GitHub to ensure we have the latest features
|
| 16 |
+
git+https://github.com/huggingface/transformers.git
|
| 17 |
|
| 18 |
# Gradio for creating easy UIs for model demonstrations
|
| 19 |
gradio
|
| 20 |
|
| 21 |
# Necessary for the proper functioning of advanced quantization features
|
| 22 |
accelerate
|
| 23 |
+
git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
| 24 |
|
| 25 |
# PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
|
| 26 |
peft
|