Skip to content

Commit

Permalink
Fixes fir mlperf inference v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Apr 13, 2024
1 parent 1f36ae3 commit 4e1cb5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,9 @@ variations:
- tags: get,generic-python-lib,_package.open_clip_torch
names:
- open-clip
- tags: get,generic-python-lib,_package.opencv-python
names:
- opencv-python
- tags: get,generic-python-lib,_package.scipy
names:
- scipy
Expand Down
4 changes: 3 additions & 1 deletion cm-mlops/script/get-dataset-coco2014/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
],
"tags": "mlperf,inference,source",
"version": "master"
},
{
"tags": "get,generic-python-lib,_package.tqdm"
}
],
"env": {
Expand Down Expand Up @@ -71,7 +74,6 @@
},
"calibration": {
"env": {
"CM_CALIBRATION_DATASET_WGET_URL": "https://github.com/mlcommons/inference/blob/master/calibration/openimages/openimages_cal_images_list.txt",
"CM_DATASET_CALIBRATION": "yes"
},
"group": "dataset-type"
Expand Down
4 changes: 2 additions & 2 deletions cm-mlops/script/get-mlperf-inference-src/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"env": {
"CM_GIT_CHECKOUT": "deepsparse",
"CM_GIT_URL": "https://github.com/neuralmagic/inference",
"CM_MLPERF_LAST_RELEASE": "v3.0"
"CM_MLPERF_LAST_RELEASE": "v4.0"
}
},
"full-history": {
Expand Down Expand Up @@ -201,7 +201,7 @@
"env": {
"CM_GIT_CHECKOUT": "deepsparse",
"CM_GIT_URL": "https://github.com/neuralmagic/inference",
"CM_MLPERF_LAST_RELEASE": "v3.1"
"CM_MLPERF_LAST_RELEASE": "v4.0"
}
},
"main": {
Expand Down

0 comments on commit 4e1cb5e

Please sign in to comment.