--- license: apache-2.0 --- ## Overview mistralai developed and released the [Mistral-Nemo](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) family of large language models (LLMs). ## Variants | No | Variant | Cortex CLI command | | --- | --- | --- | | 2 | [gguf](https://huggingface.co/cortexso/llama3.1/tree/gguf) | `cortex run mistral-nemo:gguf` | | 3 | [main/default](https://huggingface.co/cortexso/llama3.1/tree/main) | `cortex run mistral-nemo` | ## Use it with Jan (UI) 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart) 2. Use in Jan model Hub: ``` cortexso/mistral-nemo ``` ## Use it with Cortex (CLI) 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart) 2. Run the model with command: ``` cortex run mistral-nemo ``` ## Credits - **Author:** Meta - **Converter:** [Homebrew](https://www.homebrew.ltd/) - **Original License:** Apache 2 License - **Papers:** [Mistral Nemo Blog](https://mistral.ai/news/mistral-nemo/)