Skip to content

Commit

Permalink
Update import model for MMDetection Models (#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaincc authored Aug 29, 2023
1 parent 1aa6932 commit 5fb2810
Show file tree
Hide file tree
Showing 5 changed files with 663 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
env:
MMDETECTION_MODEL_ID: None
MMDETECTION_TASK_NAME: image-object-detection
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
env:
MODEL_ID: ai4bharat/indic-bert
TASK_NAME: fill-mask
MMDETECTION_MODEL_ID: None
MMDETECTION_TASK_NAME: image-object-detection
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sdk-foundation-models-system-import-import_model_into_registry_new_model_image_classification
name: sdk-foundation-models-system-import-import_model_into_registry_new_model_image_tasks
# This file is created by sdk/python/readme.py.
# Please do not edit directly.
on:
Expand All @@ -10,13 +10,15 @@ on:
- main
paths:
- sdk/python/foundation-models/system/import/**
- .github/workflows/sdk-foundation-models-system-import-import_model_into_registry_new_model_image_classification.yml
- .github/workflows/sdk-foundation-models-system-import-import_model_into_registry_new_model_image_tasks.yml
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
env:
MODEL_ID: microsoft/resnet-18
TASK_NAME: image-classification
MMDETECTION_MODEL_ID: faster_rcnn_r50_fpn_1x_coco
MMDETECTION_TASK_NAME: image-object-detection
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down
Loading

0 comments on commit 5fb2810

Please sign in to comment.