Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cocoeval version_max to 1.5.7 #35

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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



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
Loading