inference icon indicating copy to clipboard operation
inference copied to clipboard

CM script failed to run harness after docker done

Open Bob123Yang opened this issue 10 months ago • 2 comments

Hi @arjunsuresh

I am running the Resnet50 benchmark with the command:

cm run script --tags=run-mlperf,inference,_find-performance,_full,_r4.1-dev
--model=resnet50
--implementation=nvidia
--framework=tensorrt
--category=edge
--scenario=Offline
--execution_mode=test
--device=cuda
--docker --quiet
--test_query_count=5000

failed to run harness as below and the docker was created successfully. How to resolve it? log with dock done.txt

make: *** [Makefile:45: run_harness] Error 1

CM error: Portable CM script failed (name = benchmark-program, return code = 512)


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Note that it is often a portability issue of a third-party tool or a native script
wrapped and unified by this CM script (automation recipe). Please re-run
this script with --repro flag and report this issue with the original
command line, cm-repro directory and full log here:

https://github.com/mlcommons/cm4mlops/issues

The CM concept is to collaboratively fix such issues inside portable CM scripts
to make existing tools and native scripts more portable, interoperable
and deterministic. Thank you!
cmuser@9951fc73ce5b:~$ pwd
/home/cmuser

Bob123Yang avatar Dec 24 '24 11:12 Bob123Yang