User Profile
itisaxena
Copper Contributor
Joined Feb 04, 2023
User Widgets
Recent Discussions
Azure-cli-ml error in parsing inference file
ERROR: {'Azure-cli-ml Version': '1.41.0', 'Error': MlCliError({'Error': 'Error parsing --inference-config-file. Must be valid JSON or YAML file.', 'Response Content': FileNotFoundError(2, 'No such file or directory')})} I am getting above error while trying to deploy my model. Below is my inference config file content. inferenceConfig.yml entryScript: score.py runtime: python condaFile: scoringConfig.yml extraDockerfileSteps: schemaFile: sourceDirectory: enableGpu: False baseImage: baseImageRegistry:895Views0likes1CommentRe: ERROR: {'Azure-cli-ml Version': '1.41.0', 'Error': FileNotFoundError(2, 'No such file or directory')
Usama_Irfan it's not able to locate your file in the working directory. before your az ml command execute "ls -R" to check where the file that you are using in your az ml command is located. Get the absolute location and replace it in az ml command before file name.1.4KViews0likes0Comments
Recent Blog Articles
No content to show