Commit 1224025
Support Jetter (buck) workspace
Summary:
### Support Jetter (buck) Workspace
Internal changes to support Jetter workspace, which builds workspace patches via Jetter at submit time.
#### Key Changes:
* Modified `mast.py` and `msl.py` to remove user-facing examples and notes.
* Added `Fbsource` to `__init__.py` and updated `__all__` to include it.
* Updated `hpc_scheduler.py` to include JetterWorkspace and create_jetter_scheduler.
* Added a new example in `launch.py` demonstrating how to submit a BUCK-based job using JetterWorkspace.
These changes lay the groundwork for supporting Jetter workspaces in TorchX, enabling more efficient and flexible job submissions.
Differential Revision: D922958981 parent 79b6b26 commit 1224025
2 files changed
+24
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
0 commit comments