--- license: apache-2.0 pipeline_tag: text-generation tags: - cortex.cpp --- ## 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 | | --- | --- | --- | | 1 | [Mistral-nemo-12b](https://huggingface.co/cortexso/mistral-nemo/tree/12b) | `cortex run mistral-nemo:12b` || ## Use it with Jan (UI) 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart) 2. Use in Jan model Hub: ```bash 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: ```bash cortex run mistral-nemo ``` ## Credits - **Author:** MistralAI - **Converter:** [Homebrew](https://www.homebrew.ltd/) - **Original License:** [Apache 2 License](https://choosealicense.com/licenses/apache-2.0/) - **Papers:** [Mistral Nemo Blog](https://mistral.ai/news/mistral-nemo/)