We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
直觉是修改examples/pytorch/nanogpt/elastic_job.yaml:
command: - /bin/bash - -c - "dlrover-run --network-check --nnodes=$NODE_NUM --nproc_per_node=1 --max_restarts=1 ./examples/pytorch/nanogpt/train.py --data_dir /data/nanogpt/"
改为如下形式,报错:找不到 llamafactory-cli这个文件,也即是必须后面需要跟train.py文件?
command: - /bin/bash - -c - "dlrover-run --network-check --nnodes=$NODE_NUM --nproc_per_node=1 --max_restarts=1 llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml"
Sorry, something went wrong.
U should encapsulate the usage of your CLI within your training script.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: