We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ba9b7 commit a528b29Copy full SHA for a528b29
QEfficient/transformers/models/modeling_auto.py
@@ -1446,7 +1446,6 @@ def from_pretrained(
1446
1447
kwargs.update({"attn_implementation": "eager", "low_cpu_mem_usage": False})
1448
model = cls._hf_auto_class.from_pretrained(pretrained_model_name_or_path, *args, **kwargs)
1449
-
1450
if qaic_config is not None:
1451
qaic_config["pretrained_model_name_or_path"] = pretrained_model_name_or_path
1452
0 commit comments