How to install mistral inference ?It is recommended to us... | How to install mistral inference ?It is recommended to us...
How to install mistral inference ?
It is recommended to use mistralai/Mistral-Nemo-Instruct-2407 with mistral-inference. For HF transformers code snippets, please keep scrolling.

pip install mistral_inference

Download
from huggingface_hub import snapshot_download
from pathlib import Path

mistral_models_path = Path.home().joinpath('mistral_models', 'Nemo-Instruct')
mistral_models_path.mkdir(parents=True, exist_ok=True)

snapshot_download(repo_id="mistralai/Mistral-Nemo-Instruct-2407", allow_https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407 mistralai/Mistral-Nemo-Instruct-2407 · Hugging Face