Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update test_tutorial_tvm_pip_ge.py | Dont use dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Dec 9, 2024
1 parent b579243 commit 08cb787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'device': 'cpu', 'scenario': 'Offline', 'mode': 'accuracy', 'test_query_count': '5', 'clean': 'true', 'quiet': 'yes'})
checks.check_return(r)

r = cm.access({'action': 'run', 'automation': 'script', 'tags': 'run,mlperf,inference,generate-run-cmds,_submission,_short,_dashboard', 'adr':
r = cm.access({'action': 'run', 'automation': 'script', 'tags': 'run,mlperf,inference,generate-run-cmds,_submission,_short', 'adr':
{'python': {'name': 'mlperf', 'version_min': '3.8'}, 'tvm': {
'tags': '_pip-install'}, 'tvm-model': {'tags': '_graph_executor'}},
'submitter': 'Community', 'implementation': 'python', 'hw_name': 'default', 'model': 'resnet50', 'backend': 'tvm-onnx',
Expand Down

0 comments on commit 08cb787

Please sign in to comment.