File size: 1,043 Bytes
19d258d 6eecd04 19d258d 6eecd04 19d258d dfc45ce 19d258d 6eecd04 2ceab08 19d258d 6eecd04 19d258d 6eecd04 19d258d 487a202 c0ea652 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
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/) |