BifrostTitan commited on
Commit
9add4bc
·
verified ·
1 Parent(s): 71cbee5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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