这个是什么报错
#10352
Replies: 2 comments 2 replies
-
|
我也是这个问题 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
感谢,收到
北京师范大学2021级彭倩雯
***@***.***
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
llamafactory-cli train examples/train_lora/qwen3vl_lora_sft.yaml
Root Cause (first observed failure):
[0]:
time : 2026-04-04_08:16:12
host :
rank : 0 (local_rank: 0)
exitcode : 1 (pid: 1608)
error_file: <N/A>
traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
Traceback (most recent call last):
File "/opt/conda/bin/llamafactory-cli", line 6, in
sys.exit(main())
^^^^^^
File "/app/src/llamafactory/cli.py", line 24, in main
launcher.launch()
File "/app/src/llamafactory/launcher.py", line 115, in launch
process = subprocess.run(
^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['torchrun', '--nnodes', '1', '--node_rank', '0', '--nproc_per_node', '2', '--master_addr', '127.0.0.1', '--master_port', '45473', '/app/src/llamafactory/launcher.py', 'examples/train_lora/qwen3vl_lora_sft.yaml']' returned non-zero exit status 1.
Beta Was this translation helpful? Give feedback.
All reactions