Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
2c0c7c39
Unverified
Commit
2c0c7c39
authored
Nov 01, 2025
by
ai-jz
Committed by
GitHub
Nov 01, 2025
Browse files
feat(benchmarks): support HF model names in multi-turn benchmark (#27850)
parent
e6751188
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
benchmarks/multi_turn/benchmark_serving_multi_turn.py
benchmarks/multi_turn/benchmark_serving_multi_turn.py
+0
-2
No files found.
benchmarks/multi_turn/benchmark_serving_multi_turn.py
View file @
2c0c7c39
...
...
@@ -1429,8 +1429,6 @@ async def main() -> None:
random
.
seed
(
args
.
seed
)
np
.
random
.
seed
(
args
.
seed
)
if
not
os
.
path
.
exists
(
args
.
model
):
raise
OSError
(
f
"Path does not exist:
{
args
.
model
}
"
)
logger
.
info
(
"Loading tokenizer"
)
tokenizer
=
AutoTokenizer
.
from_pretrained
(
args
.
model
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment