Don't use revision when loading model_config and is_peft=True (#1949)
This commit is contained in:
parent
d72e3e0dc1
commit
7e82339a80
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue