Commit 6bc4319
authored
Create SkypilotJobsExecutor to allow running managed jobs (#343)
* Create SkypilotJobsExecutor to allow running managed jobs with Skypilot API
Signed-off-by: Rahim Dharssi <[email protected]>
* Remove unnecessary comments
Signed-off-by: Rahim Dharssi <[email protected]>
* fix lints
Signed-off-by: Rahim Dharssi <[email protected]>
* Add comment for suppressing import error
Signed-off-by: Rahim Dharssi <[email protected]>
* Write unit tests for _save_job_dir and _get_job_dirs
Signed-off-by: Rahim Dharssi <[email protected]>
* Fix lints
Signed-off-by: Rahim Dharssi <[email protected]>
---------
Signed-off-by: Rahim Dharssi <[email protected]>1 parent f5970c5 commit 6bc4319
File tree
8 files changed
+1414
-0
lines changed- nemo_run
- core/execution
- run
- torchx_backend/schedulers
- test
- core/execution
- run/torchx_backend/schedulers
8 files changed
+1414
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments