Skip to content

Commit a528b29

Browse files
Add warning when both flags apply_split and apply_clip are false and added removed comments
Signed-off-by: abhishek-singh591 <[email protected]>
1 parent 40ba9b7 commit a528b29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QEfficient/transformers/models/modeling_auto.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,6 @@ def from_pretrained(
14461446

14471447
kwargs.update({"attn_implementation": "eager", "low_cpu_mem_usage": False})
14481448
model = cls._hf_auto_class.from_pretrained(pretrained_model_name_or_path, *args, **kwargs)
1449-
14501449
if qaic_config is not None:
14511450
qaic_config["pretrained_model_name_or_path"] = pretrained_model_name_or_path
14521451

0 commit comments

Comments
 (0)