Commit fdc44c0a authored by zhuwenwen's avatar zhuwenwen
Browse files

update arg_utils.py

parent 2db90e2c
...@@ -811,14 +811,6 @@ class EngineArgs: ...@@ -811,14 +811,6 @@ class EngineArgs:
default=EngineArgs.num_speculative_heads, default=EngineArgs.num_speculative_heads,
help='The number of speculative heads to sample from ' help='The number of speculative heads to sample from '
'the draft model in speculative decoding.') 'the draft model in speculative decoding.')
parser.add_argument('--model-loader-extra-config',
type=nullable_str,
default=EngineArgs.model_loader_extra_config,
help='Extra config for model loader. '
'This will be passed to the model loader '
'corresponding to the chosen load_format. '
'This should be a JSON string that will be '
'parsed into a dictionary.')
parser.add_argument( parser.add_argument(
'--ignore-patterns', '--ignore-patterns',
action="append", action="append",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment