Mathstral-7B-v0.1

236.9K
236
33K
Extended context
6.6B
license:apache-2.0
by
mistralai
Language Model
OTHER
7B params
Good
237K downloads
Production-ready
Edge AI:
Mobile
Laptop
Server
15GB+ RAM
Mobile
Laptop
Server
Quick Summary

--- library_name: mistral-common license: apache-2.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
7GB+ RAM

Code Examples

Installationtext
pip install mistral_inference>=1.2.0
Downloadpython
from huggingface_hub import snapshot_download
from pathlib import Path

mistral_models_path = Path.home().joinpath('mistral_models', 'Mathstral-7b-v0.1')
mistral_models_path.mkdir(parents=True, exist_ok=True)

snapshot_download(repo_id="mistralai/Mathstral-7b-v0.1", allow_patterns=["params.json", "consolidated.safetensors", "tokenizer.model.v3"], local_dir=mistral_models_path)
Chattext
mistral-chat $HOME/mistral_models/Mathstral-7b-v0.1 --instruct --max_tokens 256

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.