Submission checker: support e2e-rag-qna and e2e-rag-db#2640
Open
mkankana wants to merge 1 commit into
Open
Conversation
Add first-class submission-checker support for the two e2e-rag workload components (RAG-QnA and the vector-DB setup): - constants.py: rename e2e -> e2e-rag-qna and e2e_vectorDB -> e2e-rag-db across the v6.1 config; set real accuracy targets (E2E_ACCURACY 33.95 for qna, 98 for db) replacing the empty-string placeholder that raised a TypeError in accuracy_result_check; set Offline min-queries to 1 (loadgen reports effective_min_query_count=1 for Offline; the real count is enforced via performance-sample-count and dataset-size); size db by its 2515-document corpus (performance-sample-count, dataset-size, OFFLINE_MIN_SPQ_SINCE_V4) while qna stays 824; add e2e-rag-qna to models_TEST09 so TEST09 compliance is validated. - performance_check.py: exempt e2e-rag-qna/e2e-rag-db from the 600s minimum-duration rule (fixed single pass over the dataset, not a time-bounded loop). - generate_final_report.py: use the new model names in the report's model list and v6.1 datacenter/edge scenario maps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
submission-checker support for the two e2e-rag workload components (E2E-RAG-QnA and the E2E-RAG-DB setup.