fixed bug
This commit is contained in:
Родитель
ce8672fc76
Коммит
91d6103fc9
|
@ -201,7 +201,7 @@ def main():
|
|||
service = Model.deploy(
|
||||
workspace=ws,
|
||||
name=parameters.get("name", None),
|
||||
models=[],
|
||||
models=[model],
|
||||
inference_config=inference_config,
|
||||
deployment_config=deployment_config,
|
||||
deployment_target=deployment_target,
|
||||
|
|
Загрузка…
Ссылка в новой задаче