GGUF
mistral / README.md
van-qa's picture
Update README.md
bd715cc verified
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
3 7b-onnx cortex run mistral:7b-onnx

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