Skip to content

Submission checker: support e2e-rag-qna and e2e-rag-db#2640

Open
mkankana wants to merge 1 commit into
mlcommons:masterfrom
mkankana:e2e-rag-submission-checker-fixes
Open

Submission checker: support e2e-rag-qna and e2e-rag-db#2640
mkankana wants to merge 1 commit into
mlcommons:masterfrom
mkankana:e2e-rag-submission-checker-fixes

Conversation

@mkankana

Copy link
Copy Markdown
Contributor

submission-checker support for the two e2e-rag workload components (E2E-RAG-QnA and the E2E-RAG-DB setup.

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>
@mkankana
mkankana requested review from a team as code owners July 22, 2026 06:41
@github-actions

Copy link
Copy Markdown
Contributor

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant