Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
unsloth @ git+https://github.com/unslothai/unsloth.git@4285d1b479d665b5f94136353ba2d8c3a73a789f
|
2 |
-
xformers==0.0.26.post1
|
3 |
-
trl==0.8.6
|
4 |
-
peft==0.12.0
|
5 |
-
accelerate==0.32.1
|
6 |
-
bitsandbytes==0.43.3
|
|
|
7 |
numpy<2.0.0
|
8 |
webvtt-py
|
9 |
llama-index==0.9.34
|
|
|
1 |
+
#unsloth @ git+https://github.com/unslothai/unsloth.git@4285d1b479d665b5f94136353ba2d8c3a73a789f
|
2 |
+
#xformers==0.0.26.post1
|
3 |
+
#trl==0.8.6
|
4 |
+
#peft==0.12.0
|
5 |
+
#accelerate==0.32.1
|
6 |
+
#bitsandbytes==0.43.3
|
7 |
+
transformers==4.41.2
|
8 |
numpy<2.0.0
|
9 |
webvtt-py
|
10 |
llama-index==0.9.34
|