From 394067004cddf19d653bdaabd9e998590be78d6d Mon Sep 17 00:00:00 2001 From: Bradley Munday <99284020+bmunday3@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:38:19 -0400 Subject: [PATCH] Update model_info.json --- model_info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/model_info.json b/model_info.json index e33df7b..999af9c 100644 --- a/model_info.json +++ b/model_info.json @@ -1,6 +1,7 @@ { - "name": "Github Workflow Actions Deployment", - "version": "0.0.2", + "name": "Github Actions Example Deployment", + "version": "0.0.1", + "modelId": "", "weightsFilePath": "weights/model_latest.pkl", "sampleDataFilePath": "data/digits_sample.json" }