microsoft / microsoft/PowerApps-Samples

[AI Builder - BringYourOwnModelTurorial] Incorrect parameters in sample

Open
#332 0 comments 0 reactions 2 assignees View on GitHub

@v-aangie is already working on this.

Since Nov 26, 2024.

Dominant language
C#
Stars
2k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

If the cpu_cores and memory_gb parameters specified in the AciWebservice.deployment_configuration method in the sixth cell are left at their default values, the following error message will be output and failure will occur.

Message: Resource requested: '2.2' CPU '3' GB memory (including additional CPU and memory overhead for necessary Azure Machine Learning services) exceeded resource limitation on container. Please specify lower CPU and memory settings for the container. Refer to https://docs.microsoft.com/azure/container-instances/container-instances-region-availability#availability---general for more information.

changing them to cpu_cores = 0.8, memory _gb = 1, etc., it succeeds. Please correct these parameters.

https://github.com/microsoft/PowerApps-Samples/blob/master/ai-builder/BringYourOwnModelTutorial/PneumoniaDetection/SetupService.ipynb

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.