* Change AKS deployment configuration

Deployment config changed from 1CPU/4GB to 0.5CPU/2GB so it fits a AKS created with default parameters

* Update custom_model.md

Co-authored-by: João Pedro Martins <lokijota@users.noreply.github.com>
This commit is contained in:
JennyPopova 2021-12-14 20:56:50 +01:00 коммит произвёл GitHub
Родитель fa03633cdb
Коммит d8e29ccdfd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -7,8 +7,8 @@ autoScaler:
targetUtilization: 70
authEnabled: True
containerResourceRequirements:
cpu: 1
memoryInGB: 4
cpu: 0.5
memoryInGB: 2
appInsightsEnabled: True
scoringTimeoutMs: 5000
maxConcurrentRequestsPerContainer: 2

Просмотреть файл

@ -97,6 +97,7 @@ If you want to keep scoring:
1. Update or replace `[project name]/scoring/score.py`
1. Add any dependencies required by scoring to `[project name]/conda_dependencies.yml`
1. Modify the test cases in the `ml_service/util/smoke_test_scoring_service.py` script to match the schema of the training features in your data
1. Check and modify [project name]/scoring/deployment_config_aks.yml if AKS deployment is planned. The deployment configuration shall suit custom model as well as AKS cluster size.
# Configure Custom Batch Scoring