mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-27 20:32:31 +08:00
Convert to str
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
34f35eaa57
commit
e9c13a9765
@ -86,7 +86,7 @@ def benchmark_one_run(
|
||||
*_override_args(bench_cmd, bench_overrides),
|
||||
"--save-result",
|
||||
"--result-dir",
|
||||
result_dir,
|
||||
str(result_dir),
|
||||
"--result-filename",
|
||||
result_path.name,
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user