[example] fix path to ray example (#6906)

Former-commit-id: ee5fe216dc73a458431e1b689787a8ddabf8de17
This commit is contained in:
Eric Tang 2025-02-12 08:29:32 -08:00 committed by GitHub
parent 036fb0d561
commit e515fe62de

View File

@ -98,7 +98,7 @@ FORCE_TORCHRUN=1 llamafactory-cli train examples/train_lora/llama3_lora_sft_ds3.
#### Supervised Fine-Tuning with Ray on 4 GPUs
```bash
USE_RAY=1 llamafactory-cli train examples/train_full/llama3_lora_sft_ray.yaml
USE_RAY=1 llamafactory-cli train examples/train_lora/llama3_lora_sft_ray.yaml
```
### QLoRA Fine-Tuning