mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 03:54:57 +08:00
[Bugfix] fix max-file-size type from str to int (#21675)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
parent
139a97ec56
commit
150d9e6337
@ -47,7 +47,7 @@ def parse_args():
|
||||
)
|
||||
parser.add_argument(
|
||||
"--max-file-size",
|
||||
type=str,
|
||||
type=int,
|
||||
default=5 * 1024**3,
|
||||
help="max size (in bytes) of each safetensors file",
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user