I trained a Lora and have the saved checkpoint.
When i try to load it like this i get OOM
from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
model_name = "outputs/Falcon3-7B/20250223_000456/checkpoint-1210",
max_seq_length = 1024*4,
dtype = torch.bfloat16,
load_in_4bit = True,
)