Azure ML deploy locally: tarfile.ReadError: file could not be opened successfully
Azure ML deploy locally: tarfile.ReadError: file could not be opened successfully
我正在尝试使用此行部署(本地):
local_service = Model.deploy(ws, "test", [model], inference_config, deployment_config)
然后我在终端中得到这个输出:
tarfile.ReadError: file could not be opened successfully
Screenshot of the output
上传文件时重试逻辑存在错误。该错误已得到修复,因此更新您的 SDK 应该可以解决该问题。
相似post:
我正在尝试使用此行部署(本地):
local_service = Model.deploy(ws, "test", [model], inference_config, deployment_config)
然后我在终端中得到这个输出:
tarfile.ReadError: file could not be opened successfully
Screenshot of the output
上传文件时重试逻辑存在错误。该错误已得到修复,因此更新您的 SDK 应该可以解决该问题。
相似post: