Skip to content

Commit bb7e1e1

Browse files
committed
wip
Signed-off-by: Daniel Afrimi <[email protected]>
1 parent 2847be1 commit bb7e1e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorrt_llm/models/modeling_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,6 @@ def _update_from_legacy_args(self, args, moe_backend: str,
423423
layer_quant_config[layer] = cfg
424424

425425
for arg, val in args.items():
426-
if not hasattr(self, arg):
427-
raise ValueError(f"{arg} can't be found in quant config")
428426
setattr(self, arg, val)
429427

430428
if self.quant_algo == QuantAlgo.FP8_BLOCK_SCALES:

0 commit comments

Comments
 (0)