Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Install unsloth from the repository
|
2 |
+
git+https://github.com/unslothai/unsloth.git
|
3 |
+
|
4 |
+
# Model and inference-related packages
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
xformers
|
8 |
+
trl<0.9.0
|
9 |
+
peft
|
10 |
+
accelerate
|
11 |
+
bitsandbytes
|
12 |
+
triton
|
13 |
+
|
14 |
+
# Gradio for the app interface
|
15 |
+
gradio
|
16 |
+
|
17 |
+
# Hugging Face specific requirements (optional but good to include)
|
18 |
+
huggingface_hub
|