Skip to content

Commit

Permalink
Update storage & container paths for count-cars and detect-defects (#…
Browse files Browse the repository at this point in the history
…3272)

* Update storage & container paths for count-cars and detect-defects

* Bump version

---------

Co-authored-by: Kelly <[email protected]>
  • Loading branch information
lykelly19 and Kelly authored Aug 22, 2024
1 parent ae510a0 commit b076ce1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions assets/promptflow/models/count-cars/model.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
path:
container_name: promptflowsamples
container_path: count_cars/v2/model_folder
storage_name: zhizhosamples
container_name: models
container_path: promptflow/count_cars/v2/model_folder
storage_name: automlcesdkdataresources
type: azureblob
publish:
description: description.md
Expand Down
2 changes: 1 addition & 1 deletion assets/promptflow/models/count-cars/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ properties:
inference-recommended-sku: Standard_DS3_v2
tags:
hiddenlayerscanned: ""
version: 2
version: 3
6 changes: 3 additions & 3 deletions assets/promptflow/models/detect-defects/model.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
path:
container_name: promptflowsamples
container_path: detect_defects/v2/model_folder
storage_name: zhizhosamples
container_name: models
container_path: promptflow/detect_defects/v2/model_folder
storage_name: automlcesdkdataresources
type: azureblob
publish:
description: description.md
Expand Down
2 changes: 1 addition & 1 deletion assets/promptflow/models/detect-defects/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ properties:
inference-recommended-sku: Standard_DS3_v2
tags:
hiddenlayerscanned: ""
version: 2
version: 3

0 comments on commit b076ce1

Please sign in to comment.