"include/vscode:/vscode.git/clone" did not exist on "b4d2486a8dd333e23d7d211c1c66ca947170a9b8"
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 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
from simbricks.orchestration.runtime.common import Run, Runtime
from simbricks.orchestration.runtime.distributed import (
from simbricks.orchestration.runtime_new.runs.base import Run, Runtime
from simbricks.orchestration.runtime_new.runs.distributed import (
DistributedSimpleRuntime, auto_dist
)
from simbricks.orchestration.runtime.local import (
from simbricks.orchestration.runtime_new.runs.local import (
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