From 78cad1e332c15efa39b8a1582894f7031af45df3 Mon Sep 17 00:00:00 2001 From: SnowCharm Date: Wed, 18 Mar 2026 00:23:53 +0800 Subject: [PATCH] [fix] unused keys in ray example (#10290) --- examples/train_lora/qwen3_lora_sft_ray.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/train_lora/qwen3_lora_sft_ray.yaml b/examples/train_lora/qwen3_lora_sft_ray.yaml index 0cbc59546..1672bca6f 100644 --- a/examples/train_lora/qwen3_lora_sft_ray.yaml +++ b/examples/train_lora/qwen3_lora_sft_ray.yaml @@ -28,12 +28,7 @@ save_only_model: false report_to: none # choices: [none, wandb, tensorboard, swanlab, mlflow] ### ray -ray_run_name: qwen3_4b_sft_lora -ray_storage_path: ./saves ray_num_workers: 4 # Number of GPUs to use. -placement_strategy: PACK -resources_per_worker: - GPU: 1 # ray_init_kwargs: # runtime_env: # env_vars: