Skip to content

Commit

Permalink
Merge pull request #35 from mlcommons/poc
Browse files Browse the repository at this point in the history
Fix cocoeval version_max to 1.5.7
  • Loading branch information
arjunsuresh authored Sep 16, 2024
2 parents 471cb4b + 9ab742f commit d103768
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mlperf-inference-abtf-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }}
- name: Test MLPerf Inference ABTF POC using ${{ matrix.backend }} natively
run: |
cm run script --tags=run-abtf,inference,_poc-demo --quiet --env.CM_MLPERF_LOADGEN_BUILD_FROM_SRC=off --adr.raw-dataset-mlcommons-cognata.tags=_gdrive --adr.ml-model-abtf.tags=_gdrive -v
cm run script --tags=run-abtf,inference,_poc-demo --quiet --env.CM_MLPERF_LOADGEN_BUILD_FROM_SRC=off -v

4 changes: 4 additions & 0 deletions script/demo-ml-model-abtf-cognata-pytorch-evaluation/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ deps:
- tags: get,generic-python-lib,_package.pycocotools
- tags: get,generic-python-lib,_nvidia-apex
- tags: get,generic-python-lib,_package.faster-coco-eval
version_max: "1.5.7"
version_max_usable: "1.5.7"
names:
- cocoeval

########################################################################
- tags: get,dataset,raw,mlcommons-cognata
Expand Down
8 changes: 8 additions & 0 deletions script/demo-ml-model-abtf-cognata-pytorch-loadgen/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@ variations:
- tags: get,generic-python-lib,_pycocotools
- tags: get,generic-python-lib,_package.torchmetrics
- tags: get,generic-python-lib,_package.faster-coco-eval
version_max: "1.5.7"
version_max_usable: "1.5.7"
names:
- cocoeval
- tags: get,dataset,raw,mlcommons-cognata
names:
- raw-dataset-mlcommons-cognata
Expand All @@ -410,6 +414,10 @@ variations:
- tags: get,generic-python-lib,_pycocotools
- tags: get,generic-python-lib,_package.torchmetrics
- tags: get,generic-python-lib,_package.faster-coco-eval
version_max: "1.5.7"
version_max_usable: "1.5.7"
names:
- cocoeval
- tags: get,dataset,raw,mlcommons-cognata,_abtf-poc
skip_if_env:
CM_RUN_STATE_DOCKER:
Expand Down

0 comments on commit d103768

Please sign in to comment.