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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
adapter-hub avatar

adapter-hub/adapters

0
View on GitHub↗
2,815 stele·374 fork-uri·Python·Apache-2.0·5 vizualizăridocs.adapterhub.ml↗

Adapters

A Unified Library for Parameter-Efficient and Modular Transfer Learning

Features

  • Computation and Optimization - Unified library for parameter-efficient and modular transfer learning.

Istoric stele

Graficul istoricului de stele pentru adapter-hub/adaptersGraficul istoricului de stele pentru adapter-hub/adapters

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 Adapters

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Adapters.
  • bitsandbytes-foundation/bitsandbytesAvatar bitsandbytes-foundation

    bitsandbytes-foundation/bitsandbytes

    7,968Vezi pe GitHub↗

    bitsandbytes is a deep learning quantization tool and library designed to reduce the memory footprint of large language models. It serves as a GPU memory optimizer and quantization framework, compressing model weights and features to 8-bit and 4-bit precision to enable inference and training on hardware with limited memory. The project provides a framework for low-rank adaptation, allowing the fine-tuning of quantized models by combining 4-bit weights with small trainable matrices. It further distinguishes itself through memory paging, which moves optimizer states between CPU and GPU memory t

    Pythonllmmachine-learningpytorch
    Vezi pe GitHub↗7,968
  • cupy/cupyAvatar cupy

    cupy/cupy

    11,000Vezi pe GitHub↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    Vezi pe GitHub↗11,000
  • dask/daskAvatar dask

    dask/dask

    13,746Vezi pe GitHub↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    Vezi pe GitHub↗13,746
  • arogozhnikov/einopsAvatar arogozhnikov

    arogozhnikov/einops

    9,398Vezi pe GitHub↗

    Einops is a tensor manipulation library that provides a framework-agnostic interface for reshaping, Einstein summation, and multi-dimensional array operations. It serves as an abstraction layer that works across NumPy, PyTorch, TensorFlow, and JAX, allowing for tensor transformations without changing the API. The library distinguishes itself through a declarative notation system that uses readable string patterns to describe tensor rearrangements and reductions. This approach includes an extended Einstein summation interface that supports multi-letter axis names and a named dimension mapping

    Pythoncupydeep-learningeinops
    Vezi pe GitHub↗9,398
Vezi toate cele 30 alternative pentru Adapters→

Întrebări frecvente

Ce face adapter-hub/adapters?

A Unified Library for Parameter-Efficient and Modular Transfer Learning

Care sunt principalele funcționalități ale adapter-hub/adapters?

Principalele funcționalități ale adapter-hub/adapters sunt: Computation and Optimization.

Care sunt câteva alternative open-source pentru adapter-hub/adapters?

Alternativele open-source pentru adapter-hub/adapters includ: bitsandbytes-foundation/bitsandbytes — bitsandbytes is a deep learning quantization tool and library designed to reduce the memory footprint of large… cupy/cupy — CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… deap/deap. deepseek-ai/deepep — DeepEP is a distributed model accelerator and expert-parallel communication library designed to optimize the training… arogozhnikov/einops — Einops is a tensor manipulation library that provides a framework-agnostic interface for reshaping, Einstein…