mistral / README.md
van-qa's picture
Update README.md
b98d0cc verified
|
raw
history blame
1.09 kB
metadata
license: other

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 7b-gguf cortex run mistral:7b-gguf
2 tensorrt-llm cortex run mistral:tensorrt-llm

Use it with Jan (UI)

  1. Install Jan using Quickstart
  2. Use in Jan model Hub:
    cortexhub/mistral
    

Use it with Cortex (CLI)

  1. Install Cortex using Quickstart
  2. Run the model with command:
    cortex run mistral
    

Credits