Turns out it is actually really simple, you load the model like this:
from unsloth import FastLanguageModel, model, tokenizer = FastLanguageModel.from_pretrained( "/content/model" )