awesome-repositories.com
Blog
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
·
dvmazur avatar

dvmazur/mixtral-offloading

0
View on GitHub↗
2,328 stele·227 fork-uri·Python·MIT·1 vizualizare

Mixtral Offloading

Run Mixtral-8x7B models in Colab or consumer desktops

Features

  • Large Language Models - Techniques for running large models on limited hardware.
  • 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 dvmazur/mixtral-offloadingGraficul istoricului de stele pentru dvmazur/mixtral-offloading

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 Mixtral Offloading

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Mixtral Offloading.
  • berriai/litellmAvatar BerriAI

    BerriAI/litellm

    50,579Vezi pe GitHub↗

    LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model providers. It provides a standardized API interface that abstracts vendor-specific schemas, allowing developers to interact with diverse models through a single, consistent format. By acting as a central traffic management layer, it enables organizations to route, secure, and govern model interactions across multiple deployments. The platform distinguishes itself through its policy-driven architecture, which uses configuration-based routing to manage traffic distribution, load balanc

    Pythonai-gatewayanthropicazure-openai
    Vezi pe GitHub↗50,579
  • bigcode-project/starcoder2Avatar bigcode-project

    bigcode-project/starcoder2

    2,075Vezi pe GitHub↗

    StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The Stack v2 and some natural language text such as Wikipedia, Arxiv, and GitHub issues. The models use Grouped Query Attention, a context window of 16,384 tokens, with sliding window…

    Python
    Vezi pe GitHub↗2,075
  • artidoro/qloraAvatar artidoro

    artidoro/qlora

    10,929Vezi pe GitHub↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    Vezi pe GitHub↗10,929
  • bigscience-workshop/petalsAvatar bigscience-workshop

    bigscience-workshop/petals

    10,208Vezi pe GitHub↗

    Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer network. It enables the execution of models that exceed the memory of any single machine by splitting computations and model layers across a collaborative swarm of GPUs. The system functions as a collaborative compute network where participants share local GPU resources and host model weights. It supports distributed prompt-tuning to adapt massive models to specific tasks and allows for the establishment of private compute swarms to process sensitive data within restricted, trusted

    Python
    Vezi pe GitHub↗10,208
Vezi toate cele 30 alternative pentru Mixtral Offloading→

Întrebări frecvente

Ce face dvmazur/mixtral-offloading?

Run Mixtral-8x7B models in Colab or consumer desktops

Care sunt principalele funcționalități ale dvmazur/mixtral-offloading?

Principalele funcționalități ale dvmazur/mixtral-offloading sunt: Large Language Models, Large Language Models (LLMs).

Care sunt câteva alternative open-source pentru dvmazur/mixtral-offloading?

Alternativele open-source pentru dvmazur/mixtral-offloading includ: bigscience-workshop/petals — Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer… chroma-core/chroma — Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for… berriai/litellm — LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model… bigcode-project/starcoder2 — StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The… artidoro/qlora — This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates…