diff --git a/unsloth/models/loader.py b/unsloth/models/loader.py index 6eee360d25..1d0e928966 100644 --- a/unsloth/models/loader.py +++ b/unsloth/models/loader.py @@ -199,7 +199,6 @@ class FastLanguageModel(FastLlamaModel): model_config = AutoConfig.from_pretrained( model_name, token = token, - revision = revision, trust_remote_code = trust_remote_code, ) pass