Spaces:
Runtime error
Runtime error
FlawedLLM
commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
1 |
transformers==4.41.0
|
2 |
accelerate==0.30.1
|
3 |
bitsandbytes==0.43.1
|
4 |
peft==0.11.1
|
5 |
xformers==0.0.25.post1
|
6 |
-
|
|
|
1 |
+
unsloth @ git+https://github.com/unslothai/unsloth.git
|
2 |
transformers==4.41.0
|
3 |
accelerate==0.30.1
|
4 |
bitsandbytes==0.43.1
|
5 |
peft==0.11.1
|
6 |
xformers==0.0.25.post1
|
7 |
+
trl==0.8.6
|