Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy<2.0.0
|
2 |
webvtt-py
|
3 |
llama-index==0.9.34
|
4 |
-
pinecone-client[grpc]==3.0.0
|
5 |
-
transformers==4.43.3
|
6 |
-
torch==2.4.0
|
|
|
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
|
10 |
+
pinecone-client[grpc]==3.0.0
|
|
|
|