-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenShift AI Caikit+TGIS MLPerf Inference Implementation for Llama2-70b #1
base: master
Are you sure you want to change the base?
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d0e246 - Browse repository at this point
Copy the full SHA 4d0e246View commit details
Commits on Jan 25, 2024
-
Fixes for report generation and submission checker for models without…
… compliance tests (mlcommons#1576) * Fix offline_min_samples in submission checker and mlcommons#1569 * Removed mlperf.conf from llama2 directory to avoid confusion * Update submission_checker.py * Fixes for 4.0 * Cleanup compliance dir check for models without compliance tests
Configuration menu - View commit details
-
Copy full SHA for 901ce67 - Browse repository at this point
Copy the full SHA 901ce67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190413d - Browse repository at this point
Copy the full SHA 190413dView commit details
Commits on Jan 26, 2024
-
🔄 synced local 'tools/submission/power/sources_checksums.json' with r…
…emote 'compliance/sources_checksums.json' (mlcommons#1582) Co-authored-by: mlcommons-bot <null>
Configuration menu - View commit details
-
Copy full SHA for 27ef43a - Browse repository at this point
Copy the full SHA 27ef43aView commit details -
Fix image list mismatch (mlcommons#1579)
Co-authored-by: Miro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b8006f - Browse repository at this point
Copy the full SHA 9b8006fView commit details -
mlcommons#1558 update llama2 reference fp32 accuracy (mlcommons#1583)
Co-authored-by: Miro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 180014a - Browse repository at this point
Copy the full SHA 180014aView commit details -
🔄 synced local 'tools/submission/power/power_checker.py' with remote …
…'compliance/check.py' (mlcommons#1587) Co-authored-by: mlcommons-bot <null>
Configuration menu - View commit details
-
Copy full SHA for 523316e - Browse repository at this point
Copy the full SHA 523316eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad8534 - Browse repository at this point
Copy the full SHA 3ad8534View commit details
Commits on Jan 30, 2024
-
Ignore trailing whitespace lines in spl.txt files (mlcommons#1584)
* Ignore trailing whitespace lines in spl.txt files. * Remove fix from sync'ed power_checker.py. * Reformat according to black.
Configuration menu - View commit details
-
Copy full SHA for a04b1f5 - Browse repository at this point
Copy the full SHA a04b1f5View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bdf56f - Browse repository at this point
Copy the full SHA 4bdf56fView commit details -
Add support to dump 10 compliance images during accuracy run for SDXL (…
…mlcommons#1591) * Add support to dump 10 compliance images during accuracy run for SDXL * Fix typo * Dump caption.txt in the same path
Configuration menu - View commit details
-
Copy full SHA for 3a902e5 - Browse repository at this point
Copy the full SHA 3a902e5View commit details -
mlcommons#1598: fix token and sample logging for Llama2 when accuracy…
…_log_sampling_target is enabled (mlcommons#1599)
Configuration menu - View commit details
-
Copy full SHA for cc3daae - Browse repository at this point
Copy the full SHA cc3daaeView commit details
Commits on Feb 2, 2024
-
Fix loadgen token metrics latency constrains (mlcommons#1596)
* Fix loadgen token metrics latency constrains * Update perf constraints check for token metrics * Add equal issue mode for LLMs models
Configuration menu - View commit details
-
Copy full SHA for 473053f - Browse repository at this point
Copy the full SHA 473053fView commit details
Commits on Feb 6, 2024
-
Add sample length check to test06 (mlcommons#1603)
* Add sample length check to test06 * Remove spaces in token metrics recomendation * Add important item to Llama readme * Fix Bug: number of tokens logged before computing them * Fix typo: lenght -> length
Configuration menu - View commit details
-
Copy full SHA for 104d855 - Browse repository at this point
Copy the full SHA 104d855View commit details
Commits on Feb 7, 2024
-
Enable equal issue mode for LLM benchmarks (mlcommons#1610)
* Enable equal issue mode for LLM benchmarks * Reduce min_query_count to 1 for server/MS/SS * Remove scenario * Remove min_query_count so default is used; revoke padding change for equal issue offline * Pad min_queries, not samples_per_query for non-offline * Add documentation to the sample equal issue
Configuration menu - View commit details
-
Copy full SHA for 357ccef - Browse repository at this point
Copy the full SHA 357ccefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44285d9 - Browse repository at this point
Copy the full SHA 44285d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d45a66c - Browse repository at this point
Copy the full SHA d45a66cView commit details -
Remove loadgen warnings (mlcommons#1608)
Co-authored-by: Miro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7dba08 - Browse repository at this point
Copy the full SHA d7dba08View commit details -
Update README.md - remove unwanted lines in CM commands (mlcommons#1601)
* Update README.md No longer need custom fork as the relevant changes are in the inference repository * Update dataset.py --------- Co-authored-by: Miro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0777f0 - Browse repository at this point
Copy the full SHA b0777f0View commit details -
Typo fix in README.md (mlcommons#1588)
Co-authored-by: Miro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3190d09 - Browse repository at this point
Copy the full SHA 3190d09View commit details -
Update README.md with CM commands to download stable-diffusion, gptj …
…and dlrmv2 models (mlcommons#1604) * Update README.md Add CM commands to download Stable diffusion models * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 840435a - Browse repository at this point
Copy the full SHA 840435aView commit details
Commits on Feb 8, 2024
-
Turn equal issue mode off for TEST06 (mlcommons#1615)
* Turn equal issue mode off for Llama2 TEST06 * Add TEST06 to the output dir
Configuration menu - View commit details
-
Copy full SHA for 817dd96 - Browse repository at this point
Copy the full SHA 817dd96View commit details -
Fix submission checker and TEST06 for Llama2 (mlcommons#1616)
* Fix submission checker and TEST06 for Llama2 * Remove redundant line * Move test_dir check
Configuration menu - View commit details
-
Copy full SHA for 0ed5190 - Browse repository at this point
Copy the full SHA 0ed5190View commit details
Commits on Feb 12, 2024
-
Bugfix: equal-issue mode on offline causing accuracy run to fail (3D-…
…UNet) (mlcommons#1624) Currently 3D-UNet is the only workload using equal-issue mode on Offline scenario. Recent code change on LLM equal-issue mode caused 3D-UNet accuracy run to run more than 1 queries, causing the accuracy log to bloat and fail the accuracy checking script. This change fixes the problem described above.
Configuration menu - View commit details
-
Copy full SHA for f06b920 - Browse repository at this point
Copy the full SHA f06b920View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a643c - Browse repository at this point
Copy the full SHA f9a643cView commit details
Commits on Feb 15, 2024
-
Hotfix: DLRMv2 Audit Test01 fallback failure (mlcommons#1626)
* Hotfix: DLRMv2 Audit Test01 fallback failure DLRMv2 Audit TEST01 may go to fallback route and the accuracy check script (accuracy-dlrm.py) didn't expect this to happen. It always expects entire sample set to be in the accuracy log while Audit TEST01 would generate subset only. This fixes the Audit TEST01 failure described above. * typo fix
Configuration menu - View commit details
-
Copy full SHA for 486a629 - Browse repository at this point
Copy the full SHA 486a629View commit details
Commits on Feb 20, 2024
-
Fix preprocess_submission script to copy the code path while inferrin…
…g low accuracy results (mlcommons#1627)
Configuration menu - View commit details
-
Copy full SHA for de31ee2 - Browse repository at this point
Copy the full SHA de31ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268bc9d - Browse repository at this point
Copy the full SHA 268bc9dView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d0c221 - Browse repository at this point
Copy the full SHA 5d0c221View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc94ae3 - Browse repository at this point
Copy the full SHA dc94ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab747c4 - Browse repository at this point
Copy the full SHA ab747c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d037f22 - Browse repository at this point
Copy the full SHA d037f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 147a91a - Browse repository at this point
Copy the full SHA 147a91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d14c9 - Browse repository at this point
Copy the full SHA 15d14c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a35c2 - Browse repository at this point
Copy the full SHA 46a35c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bd844 - Browse repository at this point
Copy the full SHA c0bd844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8219069 - Browse repository at this point
Copy the full SHA 8219069View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e39003a - Browse repository at this point
Copy the full SHA e39003aView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 396d3f8 - Browse repository at this point
Copy the full SHA 396d3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c9673 - Browse repository at this point
Copy the full SHA 84c9673View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbab9f0 - Browse repository at this point
Copy the full SHA dbab9f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcbc0e - Browse repository at this point
Copy the full SHA ffcbc0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c594e - Browse repository at this point
Copy the full SHA 86c594eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8751a35 - Browse repository at this point
Copy the full SHA 8751a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff4090 - Browse repository at this point
Copy the full SHA 6ff4090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2225a45 - Browse repository at this point
Copy the full SHA 2225a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22eb574 - Browse repository at this point
Copy the full SHA 22eb574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb4c1b - Browse repository at this point
Copy the full SHA 7bb4c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e96c8a6 - Browse repository at this point
Copy the full SHA e96c8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84475d7 - Browse repository at this point
Copy the full SHA 84475d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e16ea - Browse repository at this point
Copy the full SHA 58e16eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f35c17e - Browse repository at this point
Copy the full SHA f35c17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 132f725 - Browse repository at this point
Copy the full SHA 132f725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f31f19 - Browse repository at this point
Copy the full SHA 9f31f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 654dda5 - Browse repository at this point
Copy the full SHA 654dda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f699d - Browse repository at this point
Copy the full SHA c7f699dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 081024f - Browse repository at this point
Copy the full SHA 081024fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43afdea - Browse repository at this point
Copy the full SHA 43afdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cc5ba - Browse repository at this point
Copy the full SHA f8cc5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae2bf4 - Browse repository at this point
Copy the full SHA 8ae2bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad354e - Browse repository at this point
Copy the full SHA 0ad354eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b117e0 - Browse repository at this point
Copy the full SHA 6b117e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf0710 - Browse repository at this point
Copy the full SHA ebf0710View commit details -
Configuration menu - View commit details
-
Copy full SHA for a357cf4 - Browse repository at this point
Copy the full SHA a357cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a505e83 - Browse repository at this point
Copy the full SHA a505e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6b3db - Browse repository at this point
Copy the full SHA ef6b3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 230d495 - Browse repository at this point
Copy the full SHA 230d495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a4396 - Browse repository at this point
Copy the full SHA 48a4396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e241d - Browse repository at this point
Copy the full SHA 57e241dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef5023 - Browse repository at this point
Copy the full SHA 6ef5023View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bc09fa - Browse repository at this point
Copy the full SHA 3bc09faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e3aea - Browse repository at this point
Copy the full SHA 38e3aeaView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84f1aac - Browse repository at this point
Copy the full SHA 84f1aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7eeef9 - Browse repository at this point
Copy the full SHA c7eeef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab5998 - Browse repository at this point
Copy the full SHA 8ab5998View commit details