-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ray-BERT SUT (#1037)
In this PR I add support for the newly added ray-BERT SUT. The SUT can be found at language/bert/ray_SUT.py in the "mlcommons/inference" repo. Similar to the other SUTs like PyTorch SUT or ONNXRuntime SUT, you may use the following commands to launch ray-BERT SUT: ```bash cm run script "app mlperf inference generic _python _bert-99 _ray _cuda _test" \ --scenario=Offline \ --mode=accuracy \ --test_query_count=10832 \ --rerun \ --adr.mlperf-implementation.tags=_repo.https://github.com/mlperf/inference \ --adr.mlperf-implementation.version=custom \ --adr.compiler.tags=gcc \ --quiet ```
- Loading branch information
Showing
3 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters