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

Commit

Permalink
readme: Update Ray job submission example
Browse files Browse the repository at this point in the history
Commit 0975fb2 changes the CLI groups `finetune` and `evaluate`, but the
Ray job submission example in the README file still uses the deprecated
`run` command.

Update the example to match the new API.

Signed-off-by: Dimitris Poulopoulos <[email protected]>
  • Loading branch information
dpoulopoulos committed Sep 19, 2024
1 parent 239c89f commit 4e53b16
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4e53b16

Please sign in to comment.