-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UX] Fix the output skipped lines (#3586)
* Quote the command correctly when source_bashrc is not set * Remove unnecessary source bashrc * format * Fix setup script for conda * Add comment * format * Separate env for skypilot * add test smoke * add system site-packages * add test for default to non-base conda env * Fix controllers and ray node providers * move activate to maybe_skylet * Make axolotl example work for kubernetes * fix axolotl * add test for 3.12 * format * Fix docker PATH * format * add axolotl image in test * address comments * revert grpcio version as it is only installed in our runtime env * refactor command for env set up * switch to curl as CentOS may not have wget installed but have curl * add l4 in command * fix dependency for test * fix python path for ray executable * Fix azure launch * add comments * fix test * fix smoke * fix name * fix * fix usage * fix usage for accelerators * fix event * fix name * fix * Fix connection output * Fix * check twice * add Job ID * fix * avoid validate output for kubernetes due to ssh jump * fix validate * fix axolotl * add comment * Update sky/backends/cloud_vm_ray_backend.py Co-authored-by: Tian Xia <[email protected]> * Update sky/utils/command_runner.py Co-authored-by: Tian Xia <[email protected]> * fix comment --------- Co-authored-by: Tian Xia <[email protected]>
- Loading branch information
1 parent
97cba00
commit 60d0c26
Showing
7 changed files
with
99 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,3 @@ run: | | |
envs: | ||
HF_TOKEN: # TODO: Fill with your own huggingface token, or use --env to pass. | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ setup: | | |
run: | | ||
conda env list | ||
echo "task run finish" |