Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -21,7 +21,8 @@ gradio
|
|
| 21 |
|
| 22 |
# Necessary for the proper functioning of advanced quantization features
|
| 23 |
accelerate
|
| 24 |
-
|
|
|
|
| 25 |
#git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
| 26 |
|
| 27 |
# PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
|
|
|
|
| 21 |
|
| 22 |
# Necessary for the proper functioning of advanced quantization features
|
| 23 |
accelerate
|
| 24 |
+
bitsandbytes==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)
|