Spaces:
Runtime error
Runtime error
Merge pull request #9 from vadi2/patch-1
Browse files
README.md
CHANGED
@@ -39,6 +39,8 @@ With this intuitive UI, you can easily manage your dataset, customize parameters
|
|
39 |
I recommend using a virtual environment to install the required packages. Conda preferred
|
40 |
|
41 |
```
|
|
|
|
|
42 |
conda install -y cuda -c nvidia/label/cuda-11.7.0
|
43 |
conda install -y pytorch=1.13.1 pytorch-cuda=11.7 -c pytorch
|
44 |
```
|
|
|
39 |
I recommend using a virtual environment to install the required packages. Conda preferred
|
40 |
|
41 |
```
|
42 |
+
conda create -n llama-finetuner python=3.10
|
43 |
+
conda activate llama-finetuner
|
44 |
conda install -y cuda -c nvidia/label/cuda-11.7.0
|
45 |
conda install -y pytorch=1.13.1 pytorch-cuda=11.7 -c pytorch
|
46 |
```
|