Commit 5523589
[GPT-OSS-120B] Reference implementation (mlcommons#2395)
* [Automated Commit] Format Codebase
* [Automated Commit] Format Codebase
* initial
* [Automated Commit] Format Codebase
* json fixes
* updates, tokenizer
* fix padding
* concurrent requests
* increase timeout
* [Automated Commit] Format Codebase
* add refactor changes
* [Automated Commit] Format Codebase
* rm truncation
* rm truncation, wait for server ready
* left padding
* [Automated Commit] Format Codebase
* fixes
* add failure check
* change opts
* organize files
* rm submodule
* add infer stuff
* add harmonize-tokens.py
* move things
* [Automated Commit] Format Codebase
* add README
* fix name
* add commands
* update README
* accepts output_ids and detokenize
* [Automated Commit] Format Codebase
* add plotter
* fix sampling
* add reasoning effort option
* [Automated Commit] Format Codebase
* doc option
* draw input histograms
* [Automated Commit] Format Codebase
* updates
* [Automated Commit] Format Codebase
* add more opts
* move
* [Automated Commit] Format Codebase
* refactor
* updates
* rename opt
* updates
* [Automated Commit] Format Codebase
* add healthbench prompt creation
* [Automated Commit] Format Codebase
* add healthbench eval
* [Automated Commit] Format Codebase
* add scripts to fetch datasets
* [Automated Commit] Format Codebase
* update requirements
* add setup enroot script
* add changes
* [Automated Commit] Format Codebase
* add symlinks to gitmodules
* add fetch_lcb.py
* [Automated Commit] Format Codebase
* updates
* add pass@k; add spec decode option
* add openai client; add pass@k
* [Automated Commit] Format Codebase
* restrict lcb to v5
* [Automated Commit] Format Codebase
* lcb optimizations
* remove openai client
* [Automated Commit] Format Codebase
* rename
* remove mmlu, healthbench
* add fetch_all.py
* updates
* add preprocess
* update README
* [Automated Commit] Format Codebase
* add top-p option
* add summarize_eval
* [Automated Commit] Format Codebase
* add trtllm infer script
* fixes
* add round-robin for multi-dp
* fix timeout issues
* [Automated Commit] Format Codebase
* add anthropic
* add stuff
* optimize lcb multi-pass
* [Automated Commit] Format Codebase
* rm healthbench
* [Automated Commit] Format Codebase
* lcb bug fixes
* [Automated Commit] Format Codebase
* omit top-k if 0
* [Automated Commit] Format Codebase
* add changes and plotting scripts
* [Automated Commit] Format Codebase
* add overall number
* [Automated Commit] Format Codebase
* add glob matching
* rename
* add pubmed tokenization
* updates
* add tentative gpt-oss fields
* remove data dir
* create preprocess module
* move things to archive
* [Automated Commit] Format Codebase
* rm unused scripts
* rm unused
* mv things
* add mlperf artifacts
* add mlperf artifacts
* [Automated Commit] Format Codebase
* add utils, gitignore
* [Automated Commit] Format Codebase
* update README
* fix request pool size
* [Automated Commit] Format Codebase
* add setup
* updates
* server scenario fix; gpt-oss -> gpt-oss-120b
* add fixes
* add accuracy eval script for mlperf
* finishing touches
* [Automated Commit] Format Codebase
* refactor mode -> scenario
* add eval_perf script
* [Automated Commit] Format Codebase
* add pass@k to acc eval
* add repeats_per_sample option to loadgen
* [Automated Commit] Format Codebase
* fix harmonize tokens -> text
* [Automated Commit] Format Codebase
* remove file
* fix prompt of summarization
* move stuff to sglang
* allow use of parquet
* [Automated Commit] Format Codebase
* fix scores for pass@1 with k repeats
* add extra-args option
* [Automated Commit] Format Codebase
* Update user.conf
* updates to use v4
* [Automated Commit] Format Codebase
* remove loadgen changes for repeats
* gpt-oss -> gpt-oss-120b
* [Automated Commit] Format Codebase
* update README
* remove archive
* update frozen requirements
* rm harmonize script + fix score calculation
* add percentage
* [Automated Commit] Format Codebase
* empty commit to trigger CLA
* remove comments
* add gptoss placeholder values
* rm gpt-oss fields
* update user.conf
* add generation_config.json
* add docker command
* add better parsing and check for harmony tokens
* [Automated Commit] Format Codebase
* add exact_match log for submission_checker
* empty commit to trigger test
* [Automated Commit] Format Codebase
* remove hardcoded path
* [Automated Commit] Format Codebase
* Update build_wheels.yml
* [Automated Commit] Format Codebase
* Update build_wheels.yml
---------
Co-authored-by: mlcommons-bot <mlcommons-bot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com>
Co-authored-by: Arjun Suresh <arjun@gateoverflow.com>
Co-authored-by: Miro <mirhodak@amd.com>1 parent 9374959 commit 5523589
File tree
64 files changed
+5990
-310
lines changed- language/gpt-oss-120b
- backends
- mlperf
- sglang
- submodules
- utils
- multimodal/qwen3-vl/src/mlperf_inf_mm_q3vl
- recommendation/dlrm_v3
- datasets
- generative_recommenders
- modules
- ops
- pytorch
- triton
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+5990
-310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
0 commit comments