From 5f16b4602cf9bd446c97f5fb3a713294b868c0f8 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sat, 8 Mar 2025 18:48:54 -0800 Subject: [PATCH] Update loader.py --- unsloth/models/loader.py | 1 - 1 file changed, 1 deletion(-) 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