diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index 30128cd134..72838eaa5e 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -202,7 +202,6 @@ def from_pretrained( model_config = AutoConfig.from_pretrained( model_name, token = token, - revision = revision, trust_remote_code = trust_remote_code, ) pass