unsloth/DeepSeek-V3-GGUF
Updated
•
37
•
4
Hey! We're focusing on making AI more accessible to everyone!
from unsloth import FastLanguageModel
model, tokenzer = FastLanguageModel.from_pretrained("unsloth/gemma-7b")
model = FastLanguageModel.get_peft_model(model)