Add example: benchmarking with local tokenizer and custom JSONL dataset#915
Conversation
|
Hi @miglis, the DCO check has failed. Please click on DCO in the Checks section for instructions on how to resolve this. |
7de165a to
ef4aa02
Compare
dbutenhof
left a comment
There was a problem hiding this comment.
There's some overlap with the practice_on_vllm_simulator.md example -- for example it talks about downloading a tokenizer to run locally, although it doesn't specify the particular files.
Generally, more concrete examples are good. My comments are generally in areas where you're either too abstract or unnecessarily over-specified (like using unnecessary options to specify defaults or values inconsistent with your example)...
5366e5f to
a693064
Compare
|
Hi @miglis, the DCO check has failed. Please click on DCO in the Checks section for instructions on how to resolve this. |
…L dataset Adds docs/examples/custom-jsonl-dataset.md, showing how to run GuideLLM against an OpenAI-compatible endpoint using only local tokenizer files (tokenizer.json, tokenizer_config.json, special_tokens_map.json) and a custom JSONL prompt dataset. Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
To keep example so readers understand the options exists. Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
1f841f9 to
e2e7c63
Compare
Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
… 3 can be ignored Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
dbutenhof
left a comment
There was a problem hiding this comment.
This is improving -- sorry, but still a few more problems.
|
By the way, you need to fix your file formatting: run markdown formatter...................................................Failed
- hook id: mdformat
- files were modified by this hookSo, when you're making further changes, $ pip install pre-commit
$ pre-commit install
$ pre-commit runIt will give you a message like the CI's message above ... only in this case, the modified files are in your local branch. Add the changes to your git index, then you can re-run |
Replaced with commands to run guidellm manually. Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
Merge the "copy only these three files" statement with the Mistral-family caveat into one coherent paragraph, removing the contradiction between them. Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
Signed-off-by: Michael Stucki <michael.stucki99@gmail.com>
dbutenhof
left a comment
There was a problem hiding this comment.
One somewhat awkward sentence could be clarified.
And while I'm basically happy about removing the extra steps of the containerized deployment and the unnecessary default options, I also feel just a little bad that I pushed you away from what you were trying to do. (Just a little: but... "sorry".)
SkiHatDuckie
left a comment
There was a problem hiding this comment.
I've got no complaints.
|
@Mergifyio queue |
Merge Queue Status
This pull request spent 6 minutes 36 seconds in the queue, including 6 minutes 17 seconds running CI. Required conditions to merge
|
|
@Mergifyio queue |
☑️ Command
|
The substance of Sam's comment has been met.
|
@Mergifyio refresh |
✅ Pull request refreshed |
Summary
benchmarking with local tokenizer and custom JSONL dataset
Adds docs/examples/custom-jsonl-dataset.md, showing how to run GuideLLM against an OpenAI-compatible endpoint using only local tokenizer files (tokenizer.json, tokenizer_config.json, special_tokens_map.json) and a custom JSONL prompt dataset.
Use of AI
git log
commit 166f012
Author: Michael Stucki michael.stucki99@gmail.com
Date: Wed Jul 8 13:39:29 2026 +0200
commit b065f94
Author: Michael Stucki michael.stucki99@gmail.com
Date: Thu Jul 9 15:30:50 2026 +0200
commit cd6507a
Author: Michael Stucki michael.stucki99@gmail.com
Date: Thu Jul 9 15:54:17 2026 +0200
commit c5b3c2c
Author: Michael Stucki michael.stucki99@gmail.com
Date: Thu Jul 9 16:02:51 2026 +0200
commit e2e7c63
Author: Michael Stucki michael.stucki99@gmail.com
Date: Thu Jul 9 16:03:26 2026 +0200
commit ed1b8ec
Author: Michael Stucki michael.stucki99@gmail.com
Date: Fri Jul 10 11:23:46 2026 +0200
commit ebf524b
Author: Michael Stucki michael.stucki99@gmail.com
Date: Fri Jul 10 11:31:17 2026 +0200
commit aaa9cc9
Author: Michael Stucki michael.stucki99@gmail.com
Date: Fri Jul 10 11:34:29 2026 +0200
commit 0c26bd2
Author: Michael Stucki michael.stucki99@gmail.com
Date: Sun Jul 12 20:36:06 2026 +0200
commit 160c905
Author: Michael Stucki michael.stucki99@gmail.com
Date: Sun Jul 12 20:42:16 2026 +0200
commit d2d5707
Author: Michael Stucki michael.stucki99@gmail.com
Date: Sun Jul 12 20:46:12 2026 +0200
commit b6661cb
Author: Michael Stucki michael.stucki99@gmail.com
Date: Sun Jul 12 20:58:42 2026 +0200
Signed-off-by: Michael Stucki michael.stucki99@gmail.com