Update app.py
Browse files
app.py
CHANGED
@@ -12,15 +12,15 @@ This Space shows you how to run the SFT fine-tuning training script on your own
|
|
12 |
1. **Install Dependencies:**
|
13 |
Ensure you have Python 3.10 or above. Install the required packages by running this in a requirements.txt:
|
14 |
```
|
15 |
-
torch==2.6.0
|
16 |
-
pandas
|
17 |
-
sympy
|
18 |
-
scikit-learn==1.6.1
|
19 |
-
huggingface-hub
|
20 |
-
beartype
|
21 |
-
matplotlib==3.10.3
|
22 |
-
bitnet
|
23 |
-
git+https://github.com/shumingma/transformers.git#egg=transformers
|
24 |
```
|
25 |
Your `requirements.txt` should include all necessary packages and install your custom GitHub fork of `transformers` last.
|
26 |
|
|
|
12 |
1. **Install Dependencies:**
|
13 |
Ensure you have Python 3.10 or above. Install the required packages by running this in a requirements.txt:
|
14 |
```
|
15 |
+
torch==2.6.0
|
16 |
+
pandas
|
17 |
+
sympy
|
18 |
+
scikit-learn==1.6.1
|
19 |
+
huggingface-hub
|
20 |
+
beartype
|
21 |
+
matplotlib==3.10.3
|
22 |
+
bitnet
|
23 |
+
git+https://github.com/shumingma/transformers.git#egg=transformers
|
24 |
```
|
25 |
Your `requirements.txt` should include all necessary packages and install your custom GitHub fork of `transformers` last.
|
26 |
|