awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
huggingface avatar

huggingface/optimum

0
View on GitHub↗
3,418 stars·652 forks·Python·Apache-2.0·1 vuehuggingface.co/docs/optimum/main↗

Optimum

🚀 Accelerate inference and training of 🤗 Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware optimization tools

Features

  • Large Language Models - Optimization tools for accelerating model inference.
  • Computation and Optimization - Optimization tools for efficient training and inference of models.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

Historique des stars

Graphique de l'historique des stars pour huggingface/optimumGraphique de l'historique des stars pour huggingface/optimum

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Optimum

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Optimum.
  • huggingface/accelerateAvatar de huggingface

    huggingface/accelerate

    9,725Voir sur GitHub↗

    Accelerate is a PyTorch distributed training library that abstracts the boilerplate required to run models across multiple GPUs, TPUs, and CPUs. It functions as a deep learning model scaler and distributed hardware orchestrator, allowing the same training script to run on different hardware backends without modifying the core logic. The project provides a distributed training command line interface for configuring compute environments and launching jobs across single or multi-node clusters. It includes a mixed precision training framework to implement FP16 and BF16 precision, reducing memory

    Python
    Voir sur GitHub↗9,725
  • huggingface/peftAvatar de huggingface

    huggingface/peft

    21,274Voir sur GitHub↗

    This library provides a framework for parameter-efficient fine-tuning, enabling the adaptation of large pretrained models by training only a small subset of parameters. It functions as a distributed model training system and optimization toolkit, designed to reduce the computational and memory requirements typically associated with full model fine-tuning. The project distinguishes itself through a suite of methods for modular adapter composition, including low-rank matrix decomposition and activation-based scaling. It supports the integration of multiple task-specific adapter modules, allowin

    Pythonadapterdiffusionfine-tuning
    Voir sur GitHub↗21,274
  • hpcaitech/colossalaiAvatar de hpcaitech

    hpcaitech/ColossalAI

    41,395Voir sur GitHub↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    Pythonaibig-modeldata-parallelism
    Voir sur GitHub↗41,395
  • bigcode-project/starcoder2Avatar de bigcode-project

    bigcode-project/starcoder2

    2,075Voir sur 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
    Voir sur GitHub↗2,075
Voir les 30 alternatives à Optimum→

Questions fréquentes

Que fait huggingface/optimum ?

🚀 Accelerate inference and training of 🤗 Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware optimization tools

Quelles sont les fonctionnalités principales de huggingface/optimum ?

Les fonctionnalités principales de huggingface/optimum sont : Large Language Models, Computation and Optimization, Large Language Models (LLMs).

Quelles sont les alternatives open-source à huggingface/optimum ?

Les alternatives open-source à huggingface/optimum incluent : huggingface/peft — This library provides a framework for parameter-efficient fine-tuning, enabling the adaptation of large pretrained… huggingface/accelerate — Accelerate is a PyTorch distributed training library that abstracts the boilerplate required to run models across… hpcaitech/colossalai — ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial… chroma-core/chroma — Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for… bigscience-workshop/petals — Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer… berriai/litellm — LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model…