Update requirements.txt
Browse filesCo-authored-by: NanoCode012 <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
peft @ git+https://github.com/huggingface/peft.git
|
| 2 |
transformers @ git+https://github.com/huggingface/transformers.git
|
| 3 |
-
bitsandbytes
|
| 4 |
attrdict
|
| 5 |
fire
|
| 6 |
PyYAML==6.0
|
|
|
|
| 1 |
peft @ git+https://github.com/huggingface/peft.git
|
| 2 |
transformers @ git+https://github.com/huggingface/transformers.git
|
| 3 |
+
bitsandbytes>=0.39.0
|
| 4 |
attrdict
|
| 5 |
fire
|
| 6 |
PyYAML==6.0
|