Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ The repository consists of the weights of Finetuned Qwen2.5-7B, the scripts you
|
|
13 |
|
14 |
Before you start, make sure you have installed the following packages:
|
15 |
1. Prepare conda environment and activate environment: `conda create -n yaoying python=3.10` (If your environment name is not yaoying, you may need to change environment in launching scripts) `conda activate yaoying`
|
16 |
-
2. Add correct environment variables in `~/.bashrc` (CUDA=11.8, gcc > 9). e.g.:
|
17 |
```bash
|
18 |
export PATH=/mnt/petrelfs/share/cuda-11.8/bin:$PATH
|
19 |
export LD_LIBRARY_PATH=/mnt/petrelfs/share/cuda-11.8/lib64:$LD_LIBRARY_PATH
|
|
|
13 |
|
14 |
Before you start, make sure you have installed the following packages:
|
15 |
1. Prepare conda environment and activate environment: `conda create -n yaoying python=3.10` (If your environment name is not yaoying, you may need to change environment in launching scripts) `conda activate yaoying`
|
16 |
+
2. Add correct environment variables in `~/.bashrc` (CUDA=11.8, gcc > 9, gcc < 10). e.g.:
|
17 |
```bash
|
18 |
export PATH=/mnt/petrelfs/share/cuda-11.8/bin:$PATH
|
19 |
export LD_LIBRARY_PATH=/mnt/petrelfs/share/cuda-11.8/lib64:$LD_LIBRARY_PATH
|