Skip to content

Commit

Permalink
Fix the accuract dtype for gptj reference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed May 19, 2024
1 parent ed2697c commit d23f0ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,16 @@ variations:
tags: _float32
librispeech-accuracy-script:
tags: _int32
cnndm-accuracy-script:
tags: _int32
env:
CM_MLPERF_PYTHON: 'yes'
CM_MLPERF_IMPLEMENTATION: mlcommons_python
CM_SQUAD_ACCURACY_DTYPE: float32
CM_IMAGENET_ACCURACY_DTYPE: float32
CM_OPENIMAGES_ACCURACY_DTYPE: float32
CM_LIBRISPEECH_ACCURACY_DTYPE: float32
CM_CNNDM_ACCURACY_DTYPE: int32
prehook_deps:
- names:
- python-reference-mlperf-inference
Expand Down
1 change: 1 addition & 0 deletions script/run-mlperf-inference-app/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ default_env:

input_mapping:
backend: CM_MLPERF_BACKEND
beam_size: GPTJ_BEAM_SIZE
category: CM_MLPERF_SUBMISSION_SYSTEM_TYPE
clean: CM_MLPERF_CLEAN_ALL
compliance: CM_MLPERF_LOADGEN_COMPLIANCE
Expand Down

0 comments on commit d23f0ac

Please sign in to comment.