mistral.rs is a cross-platform LLM inference engine written in Rust that supports 40+ model families including text, vision, and speech. It provides OpenAI-compatible APIs, quantization, PagedAttention, and both Rust and Python SDKs.
mistral.rs — Blazingly Fast LLM Inference in Rust
mistral.rs is a cross-platform LLM inference engine written in Rust that supports 40+ model families including text, vision, and speech. It provides OpenAI-compatible APIs, quantization, PagedAttention, and both Rust and Python SDKs.
这个资产会安全暂存
这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。
npx -y tokrepo@latest install 20408a97-5017-11f1-9bc6-00163e2b0d79 --target codex先暂存文件;激活前需要读取暂存 README 和安装计划。
讨论
相关资产
Polars — Blazingly Fast DataFrame Library in Rust
Polars is an extremely fast DataFrame library written in Rust with bindings for Python, Node.js, and R. Uses Apache Arrow columnar format, lazy evaluation, and multi-threaded query execution. The modern alternative to pandas for data engineering and analytics.
mistral-inference — Run Mistral Models
Run Mistral models with minimal inference code. Install via pip, load a model, and build a local workflow before moving to larger deployments.
Mistral Codestral — 22B Open-Weight Coding Model
Codestral is Mistral's coding-specialized model. 22B params, 32K context, 80+ languages including Python, JS, Go, Rust, Bash. Free for non-commercial use.
tiktoken — Fast BPE Tokenizer for OpenAI Models
A high-performance byte pair encoding tokenizer used by OpenAI GPT models, written in Rust with Python bindings for counting and splitting tokens.