Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ This model is a reproduction of the [agentica-project/deepscaler](https://github
|
|
| 20 |
|
| 21 |
|
| 22 |
## Training
|
| 23 |
-
```
|
| 24 |
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
|
| 25 |
export VLLM_ATTENTION_BACKEND=XFORMERS
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
## Training
|
| 23 |
+
```bash
|
| 24 |
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
|
| 25 |
export VLLM_ATTENTION_BACKEND=XFORMERS
|
| 26 |
|