Azure / azureml-examples

Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
https://docs.microsoft.com/azure/machine-learning
MIT License
1.73k stars 1.41k forks source link

updated torchserve command for the custom container #3342

Closed sshiri-msft closed 1 month ago

sshiri-msft commented 1 month ago

Description

InvalidKeyException · Issue #295 · facebookresearch/AnimatedDrawings (github.com)

Checklist

dem108 commented 1 month ago

Why are workflows not creating deployments? We should test create deployments to ensure the version changes don't break the examples.

sshiri-msft commented 1 month ago

workflows create deployment: https://github.com/Azure/azureml-examples/actions/runs/10236412389/job/28318425364

sshiri-msft commented 1 month ago

There are two types of files in the workflows, one cli-script- which does deployment and cli-endpoints- does not do deployment only creates endpoint azureml-examples/.github/workflows at sshiri/fix_touchserve_issue · Azure/azureml-examples

Maybe we can address this issue in a separate PR