You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i used model :unsloth/Meta-Llama-3.1-8B-bnb-4bit
this is my script:
model, tokenizer = FastLanguageModel.from_pretrained(
model_name = "unsloth/Meta-Llama-3.1-8B-bnb-4bit",
max_seq_length = max_seq_length,
dtype = dtype,
load_in_4bit = load_in_4bit,
)
it returns NotImplementedError: Unsloth: /cache_dir/models--unsloth--Meta-Llama-3.1-8B-bnb-4bit not supported yet!
Maybe you're doing vision finetuning? Please use FastVisionModel instead!
Otherwise, make an issue to https://github.com/unslothai/unsloth!
What happend
The text was updated successfully, but these errors were encountered:
when i used model :unsloth/Meta-Llama-3.1-8B-bnb-4bit
this is my script:
model, tokenizer = FastLanguageModel.from_pretrained(
model_name = "unsloth/Meta-Llama-3.1-8B-bnb-4bit",
max_seq_length = max_seq_length,
dtype = dtype,
load_in_4bit = load_in_4bit,
)
it returns NotImplementedError: Unsloth: /cache_dir/models--unsloth--Meta-Llama-3.1-8B-bnb-4bit not supported yet!
Maybe you're doing vision finetuning? Please use FastVisionModel instead!
Otherwise, make an issue to https://github.com/unslothai/unsloth!
What happend
The text was updated successfully, but these errors were encountered: