mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-03-21 17:23:22 +08:00
[fix] unused keys in ray example (#10290)
This commit is contained in:
@@ -28,12 +28,7 @@ save_only_model: false
|
|||||||
report_to: none # choices: [none, wandb, tensorboard, swanlab, mlflow]
|
report_to: none # choices: [none, wandb, tensorboard, swanlab, mlflow]
|
||||||
|
|
||||||
### ray
|
### ray
|
||||||
ray_run_name: qwen3_4b_sft_lora
|
|
||||||
ray_storage_path: ./saves
|
|
||||||
ray_num_workers: 4 # Number of GPUs to use.
|
ray_num_workers: 4 # Number of GPUs to use.
|
||||||
placement_strategy: PACK
|
|
||||||
resources_per_worker:
|
|
||||||
GPU: 1
|
|
||||||
# ray_init_kwargs:
|
# ray_init_kwargs:
|
||||||
# runtime_env:
|
# runtime_env:
|
||||||
# env_vars:
|
# env_vars:
|
||||||
|
|||||||
Reference in New Issue
Block a user