Skip to content

Commit

Permalink
bugfix: hopefully this will bring numpy<2 forward
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-lg4 committed Jan 17, 2025
1 parent f1c27b2 commit 9cde835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bert_using_onnxrt_loadgen/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"loadgen_query": [ "python_package", "package_name=mlperf_loadgen" ],

"python_deps": [
[ "^^", "python_sync_pip_package", [ [ "^^", "get", "tensorflow_query" ] ] ],
[ "^^", "python_sync_pip_package", [ [ "^^", "get", "onnxruntime_query" ] ] ],
[ "^^", "python_sync_pip_package", [ [ "^^", "get", "tensorflow_query" ] ] ],
[ "^^", "python_sync_pip_package", [ [ "^^", "get", "loadgen_query" ] ] ]
],
"mlperf_inference_git_entry": [ "^", "byquery", "git_repo,repo_name=mlperf_inference_git,submodules+" ],
Expand Down

0 comments on commit 9cde835

Please sign in to comment.