diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index 1d0e928966..7062c481cf 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -506,7 +506,6 @@ class FastModel(FastBaseModel): model_config = AutoConfig.from_pretrained( model_name, token = token, - revision = revision, trust_remote_code = trust_remote_code, ) pass