Skip to content

Commit

Permalink
Merge pull request #1492 from dtrawins/fix_ov_model_path
Browse files Browse the repository at this point in the history
updated path to openvino models
  • Loading branch information
seldondev authored Mar 3, 2020
2 parents e8eaa12 + b1bb258 commit 4e62247
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
},
{
"name": "XML_PATH",
"value": "gs://intelai_public_models/densenet_169/1/densenet_169_i8.xml"
"value": "gs://public-artifacts/intelai_public_models/densenet_169/1/densenet_169_i8.xml"
},
{
"name": "BIN_PATH",
"value": "gs://intelai_public_models/densenet_169/1/densenet_169_i8.bin"
"value": "gs://public-artifacts/intelai_public_models/densenet_169/1/densenet_169_i8.bin"
},
{
"name": "KMP_AFFINITY",
Expand Down Expand Up @@ -144,11 +144,11 @@
},
{
"name": "XML_PATH",
"value": "gs://intelai_public_models/resnet_50_i8/1/resnet_50_i8.xml"
"value": "gs://public-artifacts/intelai_public_models/resnet_50_i8/1/resnet_50_i8.xml"
},
{
"name": "BIN_PATH",
"value": "gs://intelai_public_models/resnet_50_i8/1/resnet_50_i8.bin"
"value": "gs://public-artifacts/intelai_public_models/resnet_50_i8/1/resnet_50_i8.bin"
},
{
"name": "KMP_AFFINITY",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"ie_serving",
"model",
"--model_path",
"gs://intelai_public_models/densenet_169",
"gs://public-artifacts/intelai_public_models/densenet_169",
"--model_name",
"densenet169",
"--port",
Expand Down Expand Up @@ -130,7 +130,7 @@
"ie_serving",
"model",
"--model_path",
"gs://intelai_public_models/resnet_50_i8",
"gs://public-artifacts/intelai_public_models/resnet_50_i8",
"--model_name",
"resnet50",
"--port",
Expand Down

0 comments on commit 4e62247

Please sign in to comment.