Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
66c411ea
Commit
66c411ea
authored
Sep 12, 2024
by
Hejing Li
Browse files
runs/__init__.py: fix runtime module name
parent
4669fc6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
experiments/simbricks/orchestration/runtime_new/runs/__init__.py
...ents/simbricks/orchestration/runtime_new/runs/__init__.py
+4
-4
No files found.
experiments/simbricks/orchestration/runtime_new/runs/__init__.py
View file @
66c411ea
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
from
simbricks.orchestration.runtime
.common
import
Run
,
Runtime
from
simbricks.orchestration.runtime
_new.runs.base
import
Run
,
Runtime
from
simbricks.orchestration.runtime.distributed
import
(
from
simbricks.orchestration.runtime
_new.runs
.distributed
import
(
DistributedSimpleRuntime
,
auto_dist
DistributedSimpleRuntime
,
auto_dist
)
)
from
simbricks.orchestration.runtime.local
import
(
from
simbricks.orchestration.runtime
_new.runs
.local
import
(
LocalParallelRuntime
,
LocalSimpleRuntime
LocalParallelRuntime
,
LocalSimpleRuntime
)
)
from
simbricks.orchestration.runtime.slurm
import
SlurmRuntime
from
simbricks.orchestration.runtime
_new.runs
.slurm
import
SlurmRuntime
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment