Commit 66c411ea authored by Hejing Li's avatar Hejing Li
Browse files

runs/__init__.py: fix runtime module name

parent 4669fc6c
...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment