adding int test for local model upload
This commit is contained in:
Родитель
a0cd9dc306
Коммит
c84c1ec53e
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"model_name": "mymodel",
|
||||
"model_file_name": "tests/testlocalmodel.pkl",
|
||||
"model_framework": "scikitlearn",
|
||||
"model_framework_version": "0.22.2",
|
||||
"cpu": 0.1,
|
||||
"memory": 1
|
||||
}
|
|
@ -27,3 +27,12 @@ jobs:
|
|||
run_id: "aml-run-intTest_1589096763_b5ed2189"
|
||||
experiment_name: "aml-run-intTest"
|
||||
parameters_file: "test/test_registermodel.json"
|
||||
|
||||
# register a given model from local system with AML; do not provide run id if model is from local repo
|
||||
- name: Register a Model from compute
|
||||
id: ws_registerModel
|
||||
uses: ./
|
||||
with:
|
||||
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
experiment_name: "aml-run-intTest"
|
||||
parameters_file: "test/test_registermodel_fromlocal.json"
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче