mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-25 00:04:41 +08:00
feat(benchmarks): support HF model names in multi-turn benchmark (#27850)
This commit is contained in:
parent
e675118849
commit
2c0c7c39bd
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user