Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -20,14 +20,14 @@ git+https://github.com/huggingface/transformers.git
|
|
| 20 |
gradio
|
| 21 |
|
| 22 |
# Necessary for the proper functioning of advanced quantization features
|
| 23 |
-
accelerate
|
| 24 |
-
bitsandbytes==0.43.0
|
| 25 |
#git+https://pypi.org/simple/bitsandbytes
|
| 26 |
#git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
| 27 |
|
| 28 |
# PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
|
| 29 |
-
peft
|
| 30 |
|
| 31 |
# Dependencies that may be required by bitsandbytes and other ML operations
|
| 32 |
-
ninja
|
| 33 |
-
einops
|
|
|
|
| 20 |
gradio
|
| 21 |
|
| 22 |
# Necessary for the proper functioning of advanced quantization features
|
| 23 |
+
#accelerate
|
| 24 |
+
#bitsandbytes==0.43.0
|
| 25 |
#git+https://pypi.org/simple/bitsandbytes
|
| 26 |
#git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
| 27 |
|
| 28 |
# PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
|
| 29 |
+
#peft
|
| 30 |
|
| 31 |
# Dependencies that may be required by bitsandbytes and other ML operations
|
| 32 |
+
#ninja
|
| 33 |
+
#einops
|