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

Commit

Permalink
Merge pull request #118 from dpoulopoulos/update-readme-ray-example
Browse files Browse the repository at this point in the history
Update Ray job submission example in README
  • Loading branch information
veekaybee authored Sep 19, 2024
2 parents 239c89f + 05ea434 commit 5a25a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lm-buddy"
version = "0.13.0"
version = "0.14.0"
authors = [
{ name = "Sean Friedowitz", email = "[email protected]" },
{ name = "Aaron Gonzales", email = "[email protected]" },
Expand Down

0 comments on commit 5a25a47

Please sign in to comment.