Skip to content

Commit 22c5625

Browse files
authored
Update rlhf.qmd (axolotl-ai-cloud#2519)
Fix typo in command that spawns a vllm server, should be `axolotl vllm-serve` not `axolotl vllm_serve`
1 parent 16823e1 commit 22c5625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rlhf.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ trl:
530530
```
531531
532532
```bash
533-
CUDA_VISIBLE_DEVICES=2,3 axolotl vllm_serve grpo.yaml
533+
CUDA_VISIBLE_DEVICES=2,3 axolotl vllm-serve grpo.yaml
534534
```
535535

536536
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:

0 commit comments

Comments
 (0)