How to use Vikhrmodels/Borealis-5b-it with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vikhrmodels/Borealis-5b-it", trust_remote_code=True, dtype="auto")