defmodule Xmplry.Ai.Mistral do
# repo = {:hf, "mistralai/Mistral-7B-Instruct-v0.2"}
# {:ok, model_info} = Bumblebee.load_model(repo, type: :bf16, backend: EXLA.Backend)
# {:ok, tokenizer} = Bumblebee.load_tokenizer(repo)
# {:ok, generation_config} = Bumblebee.load_generation_config(repo)
end