awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mistralai avatar

mistralai/mistral-srcArchived

0
View on GitHub↗
10,821 stele·1,055 fork-uri·Jupyter Notebook·Apache-2.0·8 vizualizărimistral.ai↗

Mistral Src

Acest proiect este o bibliotecă și un framework de inferență pentru modele de limbaj mari, conceput pentru a rula modele pentru generarea de text, rezolvarea problemelor și asistența în programare. Include un framework multimodal pentru procesarea intrărilor combinate de imagine și text și o implementare de tip tool-use care permite execuția funcțiilor externe bazată pe raționamentul modelului.

Sistemul dispune de un motor de inferență GPU distribuit care distribuie sarcinile de lucru ale modelelor mari pe mai multe procesoare grafice pentru a crește viteza de procesare și a îndeplini cerințele de memorie. De asemenea, oferă implementarea containerizată a modelelor prin imagini pre-pachetate și dependențe pentru servirea motoarelor de inferență în medii izolate.

Biblioteca acoperă o gamă de capabilități, inclusiv analiza intrărilor multimodale, integrarea apelurilor de funcții și completarea codului (fill-in-the-middle) pentru prezicerea segmentelor de cod lipsă. De asemenea, suportă chat-ul interactiv cu modelul printr-o interfață în linie de comandă pentru menținerea sesiunilor conversaționale.

Features

  • AI Model Inference - Executes large language models to generate text, solve mathematical problems, and provide coding assistance.
  • Inference Libraries - Provides a programmatic library to load and execute large language models for text generation and problem solving.
  • Multimodal Frameworks - Ships a framework for processing combined image and text inputs to describe visual content and answer questions.
  • Distributed Model Execution - Spreads large model workloads across multiple GPUs to increase processing speed and memory capacity.
  • Function Calling Interfaces - Provides interfaces that enable language models to execute external tools and API functions.
  • Large Language Models - Provides a programmatic interface for running Mistral models to generate text and solve problems.
  • Multimodal Inference Engines - Ships an engine capable of processing combined image and text inputs to describe visual content.
  • Model Inference Execution - Executes model weights through a processing pipeline to generate text completions and predictions.
  • Multi-GPU Inference Runtimes - Implements a runtime that distributes model execution across multiple GPUs using tensor parallelism to handle large model weights.
  • Multi-GPU Distribution - Employs techniques to split model parameters across multiple graphics cards to overcome memory limitations and increase speed.
  • Tensor Parallelism - Splits large model weight matrices across multiple GPUs to distribute memory load.
  • Tool-Use Function Mapping - Maps model-generated structured text to external API calls to extend capabilities beyond internal knowledge.
  • Multimodal Analysis Engines - Processes images and text together to describe visual content or answer questions about images.
  • Fill-In-Middle Sequence Masking - Adjusts attention masks to enable the prediction of missing tokens between two existing blocks of text.
  • Input Sequence Attentions - Calculates weighted relationships between tokens to determine the context for the next prediction.
  • Distribution-Based Sampling - Selects tokens from a probability distribution using temperature and top-p filtering.
  • Fill-In-The-Middle Coding - Predicts and inserts missing code segments within existing text blocks to assist with software development.
  • Code In-filling - Implements fill-in-the-middle techniques to predict and insert missing code segments within existing text blocks.
  • KV Cache Management - Manages key-value caches for transformer models to avoid redundant calculations during text generation.
  • Tool-Using Model Inference - Enables the model to reason about and trigger external function calls to extend capabilities beyond text generation.
  • Interactive Model Inference Sessions - Provides a command-line interface for maintaining interactive conversational sessions with models.
  • Model-to-Image Packaging - Provides utilities to create container images for serving high-performance inference engines.
  • Containerized Model Serving - Ships pre-packaged images and dependencies for serving inference engines in isolated container environments.
  • GPU Linear Algebra Libraries - Offloads matrix multiplications to specialized GPU kernels for high-throughput inference.
  • Foundation Models - High-performance language model engineered for efficiency.
  • Large Language Models - Reference implementation for Mistral model architectures.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

Istoric stele

Graficul istoricului de stele pentru mistralai/mistral-srcGraficul istoricului de stele pentru mistralai/mistral-src

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Mistral Src

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Mistral Src.
  • facebookresearch/llamaAvatar facebookresearch

    facebookresearch/llama

    59,466Vezi pe GitHub↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Python
    Vezi pe GitHub↗59,466
  • pytorch-labs/gpt-fastAvatar pytorch-labs

    pytorch-labs/gpt-fast

    6,225Vezi pe GitHub↗

    gpt-fast is a PyTorch transformer inference engine designed for low-latency text generation. It functions as a distributed GPU inference library, a quantized model runner, and a speculative decoding framework. The system utilizes a speculative decoding workflow where a small draft model predicts token sequences for verification by a larger model to accelerate generation. It supports quantized model execution to reduce memory footprint and implements tensor parallelism to split computations across multiple GPUs. The project includes a standardized evaluation harness to measure the accuracy an

    Python
    Vezi pe GitHub↗6,225
  • intel/ipex-llmAvatar intel

    intel/ipex-llm

    8,836Vezi pe GitHub↗

    Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning on Intel CPUs, GPUs, and NPUs. It provides a distributed inference engine for scaling models across multiple accelerators, a multimodal model runtime for vision and speech tasks, and a low-bit model quantization tool for converting weights into INT4, FP8, and GGUF formats. The project features a parameter-efficient finetuning framework that enables model adaptation using QLoRA and DPO on Intel hardware. It distinguishes itself by providing specialized optimizations for Intel XP

    Python
    Vezi pe GitHub↗8,836
  • qwenlm/qwenAvatar QwenLM

    QwenLM/Qwen

    21,294Vezi pe GitHub↗

    Qwen is a comprehensive framework for large language model development, serving, and deployment. It provides a complete ecosystem for transformer-based sequence modeling, offering base models alongside specialized tools for instruction-tuned alignment, fine-tuning, and long-context inference. The project is designed to support both research and production environments, enabling users to train, optimize, and host generative models locally or across distributed hardware. The framework distinguishes itself through its focus on high-performance serving and extensibility. It features a high-perfor

    Pythonchineseflash-attentionlarge-language-models
    Vezi pe GitHub↗21,294
Vezi toate cele 30 alternative pentru Mistral Src→

Întrebări frecvente

Ce face mistralai/mistral-src?

Acest proiect este o bibliotecă și un framework de inferență pentru modele de limbaj mari, conceput pentru a rula modele pentru generarea de text, rezolvarea problemelor și asistența în programare. Include un framework multimodal pentru procesarea intrărilor combinate de imagine și text și o implementare de tip tool-use care permite execuția funcțiilor externe bazată pe raționamentul modelului.

Care sunt principalele funcționalități ale mistralai/mistral-src?

Principalele funcționalități ale mistralai/mistral-src sunt: AI Model Inference, Inference Libraries, Multimodal Frameworks, Distributed Model Execution, Function Calling Interfaces, Large Language Models, Multimodal Inference Engines, Model Inference Execution.

Care sunt câteva alternative open-source pentru mistralai/mistral-src?

Alternativele open-source pentru mistralai/mistral-src includ: facebookresearch/llama — Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer… pytorch-labs/gpt-fast — gpt-fast is a PyTorch transformer inference engine designed for low-latency text generation. It functions as a… intel/ipex-llm — Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning… qwenlm/qwen — Qwen is a comprehensive framework for large language model development, serving, and deployment. It provides a… modeltc/lightllm — LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a… mistralai/mistral-inference — Mistral Inference is a library for running Mistral large language models on a GPU, generating text from prompts with…