Skip to content

Commit 2c0c7c3

Browse files
authored
feat(benchmarks): support HF model names in multi-turn benchmark (vllm-project#27850)
1 parent e675118 commit 2c0c7c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmarks/multi_turn/benchmark_serving_multi_turn.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,6 @@ async def main() -> None:
14291429
random.seed(args.seed)
14301430
np.random.seed(args.seed)
14311431

1432-
if not os.path.exists(args.model):
1433-
raise OSError(f"Path does not exist: {args.model}")
14341432
logger.info("Loading tokenizer")
14351433
tokenizer = AutoTokenizer.from_pretrained(args.model)
14361434

0 commit comments

Comments
 (0)