Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Update Ray job submission example in README #118

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runtime_env = {

# Assuming 'config.yaml' is present in the working directory
client.submit_job(
entrypoint="lm_buddy run <job-name> --config config.yaml",
entrypoint="lm_buddy finetune <job-name> --config config.yaml",
runtime_env=runtime_env,
entrypoint_num_gpus=1
)
Expand Down