-
Notifications
You must be signed in to change notification settings - Fork 87
Version bump to Version(__version__).major.Version(__version__).minor.Version(__version__).microrc1.dev0
#360
New issue
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
Open
github-actions
wants to merge
28
commits into
r0.6.0
Choose a base branch
from
ci/bump-Version(__version__).major.Version(__version__).minor.Version(__version__).microrc1.dev0
base: r0.6.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Pablo Garay <palenq@gmail.com>
Signed-off-by: Hemil Desai <hemild@nvidia.com>
* Remove ray deprecated dashboard-grpo-port arg Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Fix nemo run ray cluster tests Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Remove DASHBOARD_GRPC_PORT Signed-off-by: Charlie Truong <chtruong@nvidia.com> --------- Signed-off-by: Charlie Truong <chtruong@nvidia.com>
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
* add a grace for Jobs that may start in Unknown Signed-off-by: Prekshi Vyas <prekshivyas@gmail.com> * add a grace for Jobs that may start in Unknown Signed-off-by: Prekshi Vyas <prekshivyas@gmail.com> * add a grace for Jobs that may start in Unknown Signed-off-by: Prekshi Vyas <prekshivyas@gmail.com> * fix linting Signed-off-by: Prekshi Vyas <prekshivyas@gmail.com> * make the handling of Unknown job status better by polling Signed-off-by: prekshivyas <prekhsivyas@gmail.com> --------- Signed-off-by: Prekshi Vyas <prekshivyas@gmail.com> Signed-off-by: prekshivyas <prekhsivyas@gmail.com> Co-authored-by: prekshivyas <prekhsivyas@gmail.com>
* add image pull secrets for lepton Signed-off-by: Pablo Garay <pagaray@nvidia.com> * update format Signed-off-by: Pablo Garay <pagaray@nvidia.com> --------- Signed-off-by: Pablo Garay <pagaray@nvidia.com>
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
Allow users to specify an existing node reservation with the LeptonExecutor to be able to run on dedicated resources. Signed-off-by: Robert Clark <roclark@nvidia.com>
Signed-off-by: Romil Bhardwaj <romil.bhardwaj@gmail.com>
Signed-off-by: Romil Bhardwaj <romil.bhardwaj@gmail.com>
…c cloud sync (#335) * fix: support for SkyPilot Storage configurations in file_mounts - Modified SkypilotExecutor to handle both string paths and dict configs in file_mounts - Dictionary configs are automatically converted to sky.Storage objects - Enables automatic cloud storage mounting (GCS, S3, etc.) for outputs This change allows users to specify cloud storage backends directly in file_mounts, enabling automatic synchronization of training outputs to cloud storage without manual rsync operations. Signed-off-by: Andy Lee <andylizf@outlook.com> * refactor: Separate storage_mounts from file_mounts for cleaner API Signed-off-by: Andy Lee <andylizf@outlook.com> * test: Add unit tests for storage_mounts functionality - Test storage_mounts parameter initialization - Test to_task() method with storage_mounts configurations - Test combined file_mounts and storage_mounts usage - Verify Storage.from_yaml_config() integration - Ensure backward compatibility when storage_mounts is None Signed-off-by: Andy Lee <andylizf@outlook.com> * fix tests Signed-off-by: Hemil Desai <hemild@nvidia.com> --------- Signed-off-by: Andy Lee <andylizf@outlook.com> Signed-off-by: Hemil Desai <hemild@nvidia.com> Co-authored-by: Hemil Desai <hemild@nvidia.com>
Signed-off-by: Romil Bhardwaj <romil.bhardwaj@gmail.com>
Signed-off-by: Pablo Garay <palenq@gmail.com>
* Create SkypilotJobsExecutor to allow running managed jobs with Skypilot API Signed-off-by: Rahim Dharssi <rahimftd@cisco.com> * Remove unnecessary comments Signed-off-by: Rahim Dharssi <rahimftd@cisco.com> * fix lints Signed-off-by: Rahim Dharssi <rahimftd@cisco.com> * Add comment for suppressing import error Signed-off-by: Rahim Dharssi <rahimftd@cisco.com> * Write unit tests for _save_job_dir and _get_job_dirs Signed-off-by: Rahim Dharssi <rahimftd@cisco.com> * Fix lints Signed-off-by: Rahim Dharssi <rahimftd@cisco.com> --------- Signed-off-by: Rahim Dharssi <rahimftd@cisco.com>
* Refactor tar packaging logic for improved performance and simplicity Signed-off-by: smajumdar <titu1994@gmail.com> * Clarify tar repacking logic to avoid issues with concatenating tar files Signed-off-by: smajumdar <titu1994@gmail.com> * Remove redundant test for concatenating tar files on Linux Signed-off-by: smajumdar <titu1994@gmail.com> * spell check fix Signed-off-by: Hemil Desai <hemild@nvidia.com> --------- Signed-off-by: smajumdar <titu1994@gmail.com> Signed-off-by: Hemil Desai <hemild@nvidia.com> Co-authored-by: Hemil Desai <hemild@nvidia.com>
* Fixing documentation layout Signed-off-by: Andrew Schilling <aschilling@nvidia.com> * documentation.md Signed-off-by: Andrew Schilling <aschilling@nvidia.com> * Removing live-server Signed-off-by: Andrew Schilling <aschilling@nvidia.com> * Correctin .vscode Signed-off-by: Andrew Schilling <aschilling@nvidia.com> --------- Signed-off-by: Andrew Schilling <aschilling@nvidia.com>
Signed-off-by: Andrew Schilling <aschilling@nvidia.com>
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
* fix: Emit exit-code of docker runs Signed-off-by: oliver könig <okoenig@nvidia.com> * fix test Signed-off-by: oliver könig <okoenig@nvidia.com> * fixes Signed-off-by: oliver könig <okoenig@nvidia.com> * refactor Signed-off-by: oliver könig <okoenig@nvidia.com> * cleanup Signed-off-by: oliver könig <okoenig@nvidia.com> * add scheduler test Signed-off-by: oliver könig <okoenig@nvidia.com> * more scheduler tests Signed-off-by: oliver könig <okoenig@nvidia.com> * test executor Signed-off-by: oliver könig <okoenig@nvidia.com> * formatting Signed-off-by: oliver könig <okoenig@nvidia.com> --------- Signed-off-by: oliver könig <okoenig@nvidia.com>
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
…_version__).minor.Version(__version__).microrc1.dev0` ! Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
b4a3020 to
0ba0b24
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 Version bump to
Version(__version__).major.Version(__version__).minor.Version(__version__).microrc1.dev0