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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufehuggingface.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.

Star-Verlauf

Star-Verlauf für huggingface/optimumStar-Verlauf für huggingface/optimum

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Optimum

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Optimum.
  • huggingface/accelerateAvatar von huggingface

    huggingface/accelerate

    9,725Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,725
  • huggingface/peftAvatar von huggingface

    huggingface/peft

    21,274Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,274
  • hpcaitech/colossalaiAvatar von hpcaitech

    hpcaitech/ColossalAI

    41,395Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗41,395
  • bigcode-project/starcoder2Avatar von bigcode-project

    bigcode-project/starcoder2

    2,075Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,075
Alle 30 Alternativen zu Optimum anzeigen→

Häufig gestellte Fragen

Was macht huggingface/optimum?

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

Was sind die Hauptfunktionen von huggingface/optimum?

Die Hauptfunktionen von huggingface/optimum sind: Large Language Models, Computation and Optimization, Large Language Models (LLMs).

Welche Open-Source-Alternativen gibt es zu huggingface/optimum?

Open-Source-Alternativen zu huggingface/optimum sind unter anderem: 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…