Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
requests
|
| 3 |
-
unsloth[cu121] @ git+https://github.com/unslothai/unsloth.git
|
| 4 |
torch==2.5.1
|
| 5 |
transformers==4.55.4
|
| 6 |
-
peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.5.1
|
| 2 |
transformers==4.55.4
|
| 3 |
+
peft==0.5.0
|
| 4 |
+
gradio==3.39.0
|
| 5 |
+
requests==2.31.0
|
| 6 |
+
git+https://github.com/unslothai/unsloth.git#egg=unsloth[cu121]
|