Skip to content

Commit 78329fb

Browse files
committed
add uspport for local backend
1 parent 2439f18 commit 78329fb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ads/opctl/operator/common/backend_factory.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@ class BackendFactory:
7676
RUNTIME_TYPE.CONTAINER.value.lower(),
7777
),
7878
},
79-
BACKEND_NAME.LOCAL.value.lower(): {
80-
RUNTIME_TYPE.PYTHON.value.lower(): (
81-
BACKEND_NAME.LOCAL.value.lower(),
82-
RUNTIME_TYPE.PYTHON.value.lower(),
83-
),
84-
RUNTIME_TYPE.CONTAINER.value.lower(): (
85-
BACKEND_NAME.LOCAL.value.lower(),
86-
RUNTIME_TYPE.CONTAINER.value.lower(),
87-
),
88-
},
8979
}
9080

9181
BACKEND_MAP = {

0 commit comments

Comments
 (0)