modelscope / modelscope/easydistill
可否提供一些基础用法在readme,直接使用easydistill --config configs/rl_grpo.json报错
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 475
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
2025-11-04 19:34:23,044 - INFO - Traceback (most recent call last):
2025-11-04 19:34:23,044 - ERROR - Detected error in output: Traceback (most recent call last):
2025-11-04 19:34:23,044 - INFO - File "/root/.local/share/mamba/envs/distill/bin/accelerate", line 7, in
2025-11-04 19:34:23,044 - INFO - sys.exit(main())
2025-11-04 19:34:23,044 - INFO - File "/root/.local/share/mamba/envs/distill/lib/python3.10/site-packages/accelerate/commands/accelerate_cli.py", line 50, in main
2025-11-04 19:34:23,045 - INFO - args.func(args)
2025-11-04 19:34:23,045 - INFO - File "/root/.local/share/mamba/envs/distill/lib/python3.10/site-packages/accelerate/commands/launch.py", line 1213, in launch_command
2025-11-04 19:34:23,045 - INFO - args, defaults, mp_from_config_flag = _validate_launch_command(args)
2025-11-04 19:34:23,045 - INFO - File "/root/.local/share/mamba/envs/distill/lib/python3.10/site-packages/accelerate/commands/launch.py", line 1043, in _validate_launch_command
2025-11-04 19:34:23,045 - INFO - defaults = load_config_from_file(args.config_file)
2025-11-04 19:34:23,045 - INFO - File "/root/.local/share/mamba/envs/distill/lib/python3.10/site-packages/accelerate/commands/config/config_args.py", line 46, in load_config_from_file
2025-11-04 19:34:23,046 - INFO - raise FileNotFoundError(
2025-11-04 19:34:23,046 - ERROR - Detected error in output: raise FileNotFoundError(
2025-11-04 19:34:23,046 - INFO - FileNotFoundError: The passed configuration file /root/.local/share/mamba/envs/distill/lib/python3.10/site-packages/configs/accelerate_config/muti_gpu.yaml does not exist. Please pass an existing file to accelerate launch, or use the default one created through accelerate config and run accelerate launch without the --config_file argument.
2025-11-04 19:34:23,046 - ERROR - Detected error in output: FileNotFoundError: The passed configuration file /root/.local/share/mamba/envs/distill/lib/python3.10/site-packages/configs/accelerate_config/muti_gpu.yaml does not exist. Please pass an existing file to accelerate launch, or use the default one created through accelerate config and run accelerate launch without the --config_file argument.
2025-11-04 19:34:23,491 - ERROR - Command failed (returncode=1, errors detected)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README command easydistill --config configs/rl_grpo.json and inspect how that configuration references the Accelerate file configs/accelerate_config/muti_gpu.yaml. Verify the referenced file is available at runtime and document the basic setup or correction needed so the command completes without the reported FileNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100