Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,14 +26,14 @@ Simple LLaMa FineTuner is a user-friendly interface designed to facilitate fine-
|
|
| 26 |
|
| 27 |
### Usage
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
```
|
| 32 |
conda install -y cuda -c nvidia/label/cuda-11.7.0
|
| 33 |
conda install -y pytorch=1.13.1 pytorch-cuda=11.7 -c pytorch
|
| 34 |
```
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
```
|
| 39 |
git clone https://github.com/lxe/simple-llama-finetuner.git
|
|
@@ -41,7 +41,7 @@ cd simple-llama-finetuner
|
|
| 41 |
pip install -r requirements.txt
|
| 42 |
```
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
```
|
| 47 |
python main.py
|
|
@@ -53,6 +53,10 @@ After training is done, navigate to "Inference" tab, click "Reload Models", sele
|
|
| 53 |
|
| 54 |
Have fun!
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
## License
|
| 57 |
|
| 58 |
MIT License
|
|
|
|
| 26 |
|
| 27 |
### Usage
|
| 28 |
|
| 29 |
+
I recommend using a virtual environment to install the required packages. Conda preferred
|
| 30 |
|
| 31 |
```
|
| 32 |
conda install -y cuda -c nvidia/label/cuda-11.7.0
|
| 33 |
conda install -y pytorch=1.13.1 pytorch-cuda=11.7 -c pytorch
|
| 34 |
```
|
| 35 |
|
| 36 |
+
Clone the repository and install the required packages.
|
| 37 |
|
| 38 |
```
|
| 39 |
git clone https://github.com/lxe/simple-llama-finetuner.git
|
|
|
|
| 41 |
pip install -r requirements.txt
|
| 42 |
```
|
| 43 |
|
| 44 |
+
Launch it
|
| 45 |
|
| 46 |
```
|
| 47 |
python main.py
|
|
|
|
| 53 |
|
| 54 |
Have fun!
|
| 55 |
|
| 56 |
+
## Screenshots
|
| 57 |
+
|
| 58 |
+
<img width="980" alt="Screenshot 2023-03-21 200929" src="https://user-images.githubusercontent.com/1486609/226793136-84531388-4081-49bb-b982-3f47e6ec25cd.png">
|
| 59 |
+
|
| 60 |
## License
|
| 61 |
|
| 62 |
MIT License
|