Update rlhf.qmd (#2519)

Fix typo in command that spawns a vllm server, should be `axolotl vllm-serve` not `axolotl vllm_serve`
This commit is contained in:
Sung Ching Liu
2025-04-10 11:33:09 -04:00
committed by GitHub
parent 16823e1de6
commit 22c562533d

View File

@@ -530,7 +530,7 @@ trl:
```
```bash
CUDA_VISIBLE_DEVICES=2,3 axolotl vllm_serve grpo.yaml
CUDA_VISIBLE_DEVICES=2,3 axolotl vllm-serve grpo.yaml
```
Your `vLLM` instance will now attempt to spin up, and it's time to kick off training utilizing our remaining two GPUs. In another terminal, execute: