Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
|
|
| 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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core packages
|
| 2 |
torch==2.5.1
|
| 3 |
transformers==4.55.4
|
| 4 |
peft==0.5.0
|
| 5 |
gradio==3.39.0
|
| 6 |
requests==2.31.0
|
| 7 |
+
|
| 8 |
+
# Unsloth from GitHub with CUDA 12.1 support
|
| 9 |
git+https://github.com/unslothai/unsloth.git#egg=unsloth[cu121]
|
| 10 |
+
|
| 11 |
+
# Optional utilities (often required by Gradio and model pipelines)
|
| 12 |
+
networkx==2.8.8
|
| 13 |
+
psutil==5.9.4
|
| 14 |
+
numpy==1.25.0
|