File size: 1,005 Bytes
23ea8fe a219a4e 278ad9d 23ea8fe e9b9972 23ea8fe 742251f 23ea8fe 02bb187 278ad9d 02bb187 23ea8fe 02bb187 278ad9d 02bb187 23ea8fe e9b9972 23ea8fe 125b0ef e9b9972 |
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: other
pipeline_tag: text-generation
tags:
- cortex.cpp
---
## Overview
Mistral 7B, a 7-billion-parameter Large Language Model by Mistral AI. Designed for efficiency and performance, it suits real-time applications requiring swift responses.
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [Mistra-7b](https://huggingface.co/cortexhub/mistral/tree/7b) | `cortex run mistral:7b` |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```bash
cortexhub/mistral
```
## 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
```
## Credits
- **Author:** MistralAI
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [Licence](https://mistral.ai/licenses/MNPL-0.1.md)
- **Papers:** [Mistral paper](https://arxiv.org/abs/2310.06825) |