-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AzureML Kubernetes service inference script error when used with inference-schema decorators #21725
Comments
Thanks for the feedback, we’ll investigate asap. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github. Issue DetailsI receive an error The inference script works if
My best guess is that there is a bug in using the inference-schema decorators with Kubernetes service. Can someone help with this issue? Here is the inference script to regenerate the error Documentation Reference
|
Hello 👋 , Thanks! |
We're working on multiple fixes in this area for the UI. I'll use the sample above to check if these issues are fixed as well with these new changes |
Hello 👋, Thanks! |
Hello, any feedback ? it's actually not just the UI, when i test it with the SDK it does not work as well, it's like the inference script does not consider the scond parameter 'GlobalParameters' . Any update please ? |
Hello, it seems that the problem is with the GlobalParameters, try removing this input from both the decorators and function, and handle the cases inside the function. My aks started working after it. But it still do not explain why there is this problem. |
Closing legacy issue. Please consider upgrading to AzureML v2 CLI/SDK. https://learn.microsoft.com/en-us/azure/machine-learning/concept-v2 |
I receive an error
run() got an unexpected keyword argument
(Screenshot Below) while testing Azure Kubernetes Service with UI. The service is deployed without any issues deployment.The inference script works if
My best guess is that there is a bug in using the inference-schema decorators with Kubernetes service. Can someone help with this issue?
Here is the inference script to regenerate the error Documentation Reference
The text was updated successfully, but these errors were encountered: