awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

28 مستودعات

Awesome GitHub RepositoriesHugging Face

Conversion of models from the Hugging Face ecosystem into optimized internal formats.

Distinct from Model Conversion: Specifically targets Hugging Face models rather than generic framework conversion.

Explore 28 awesome GitHub repositories matching devops & infrastructure · Hugging Face. Refine with filters or upvote what's useful.

Awesome Hugging Face GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lensapp/lensالصورة الرمزية لـ lensapp

    lensapp/lens

    23,180عرض على GitHub↗

    Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and

    Disconnects clusters from shared workspaces and provides commands to remove the space agent.

    cloud-nativecontainersdevops
    عرض على GitHub↗23,180
  • openvinotoolkit/openvinoالصورة الرمزية لـ openvinotoolkit

    openvinotoolkit/openvino

    10,414عرض على GitHub↗

    OpenVINO is an AI inference engine and model serving platform designed to execute optimized deep learning models across CPUs, GPUs, and NPUs through a unified API. It includes a model optimization toolkit for converting, quantizing, and compressing models from various frameworks, alongside a specialized generative AI runtime for large language models. The project distinguishes itself through a plugin-based hardware acceleration layer that maps neural network operations to vendor-specific drivers. It features advanced execution mechanisms such as continuous batching, speculative decoding, and

    Transforms deep learning models from Hugging Face into a specialized intermediate representation for optimized execution.

    C++aicomputer-visiondeep-learning
    عرض على GitHub↗10,414
  • snapshot-labs/snapshot-v1الصورة الرمزية لـ snapshot-labs

    snapshot-labs/snapshot-v1

    9,109عرض على GitHub↗

    Snapshot is a decentralized governance platform that enables DAOs and organizations to create and manage onchain voting systems. It supports both offchain signing and onchain execution, allowing votes to be submitted as signed messages to reduce gas costs while maintaining verifiability through onchain proposal execution on Ethereum and Starknet. The platform provides a modular strategy plugin system for voting power calculation and proposal validation, along with hierarchical space and role management for multi-tier governance structures. Snapshot distinguishes itself through several advance

    Snapshot removes a governance space permanently through the Settings interface, requiring the space ID and a wallet signature for confirmation.

    Vue
    عرض على GitHub↗9,109
  • liheyoung/depth-anythingالصورة الرمزية لـ LiheYoung

    LiheYoung/Depth-Anything

    8,124عرض على GitHub↗

    Depth-Anything is a monocular depth estimation foundation model that produces dense per-pixel depth maps from a single RGB image. It is built on a DINOv2 Vision Transformer encoder backbone and trained on 62 million unlabeled images using a teacher-student pseudo-labeling framework, enabling robust generalization across diverse scenes without task-specific training. The model outputs both relative depth maps, which capture the ordering of scene points, and metric depth maps with real-world units after fine-tuning on datasets like NYUv2 or KITTI. The project distinguishes itself through its ab

    Ships a Hugging Face pipeline wrapper for running depth estimation on images with minimal code.

    Pythondepth-estimationimage-synthesismetric-depth-estimation
    عرض على GitHub↗8,124
  • superradcompany/microsandboxالصورة الرمزية لـ superradcompany

    superradcompany/microsandbox

    6,570عرض على GitHub↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Opens an interactive shell session inside a running sandbox, accepting commands directly from the terminal.

    Rust
    عرض على GitHub↗6,570
  • ericlbuehler/mistral.rsالصورة الرمزية لـ EricLBuehler

    EricLBuehler/mistral.rs

    6,597عرض على GitHub↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Sets root and hub cache directories for Hugging Face assets with optional offline mode.

    Rustllmrustuqff
    عرض على GitHub↗6,597
  • mindee/doctrالصورة الرمزية لـ mindee

    mindee/doctr

    6,149عرض على GitHub↗

    DocTR is a deep learning OCR library built on PyTorch that detects and transcribes text in document images using a two-stage detection-recognition pipeline. It provides a complete framework for building and deploying OCR pipelines with pretrained models available through the Hugging Face Hub, and supports exporting trained models to ONNX format for cross-runtime deployment. The library offers end-to-end OCR pipelines that combine text detection and recognition to extract all text from document images or PDFs, with support for rotated page handling and varied text orientations. It includes cap

    Loads pretrained OCR model checkpoints directly from the Hugging Face Hub for immediate use.

    Pythondeep-learningdocument-recognitionocr
    عرض على GitHub↗6,149
  • linkedin/liger-kernelالصورة الرمزية لـ linkedin

    linkedin/Liger-Kernel

    6,148عرض على GitHub↗

    Liger-Kernel is a collection of pre-built fused Triton kernels and patching utilities designed to accelerate large language model training. It provides drop-in kernel replacements for common LLM operations such as RMSNorm, cross-entropy loss, and attention, enabling increased throughput and reduced memory usage while preserving bitwise-exact gradients. The project serves as a toolkit for composing custom model architectures from individual optimized kernels and for patching pre-existing models with minimal code changes. The project distinguishes itself through its ability to perform runtime m

    Swaps standard Hugging Face model layers for optimized Triton kernels with a single function call, preserving exact computation.

    Pythonfinetuninggemma2hacktoberfest
    عرض على GitHub↗6,148
  • evidence-dev/evidenceالصورة الرمزية لـ evidence-dev

    evidence-dev/evidence

    5,919عرض على GitHub↗

    Publishes static sites to Hugging Face Spaces via GitHub Actions workflows.

    JavaScriptanalyticsbusiness-intelligencedashboard
    عرض على GitHub↗5,919
  • meta-pytorch/torchtuneالصورة الرمزية لـ meta-pytorch

    meta-pytorch/torchtune

    5,774عرض على GitHub↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a config-driven system for instantiating components, orchestrating distributed training, and managing parameter-efficient fine-tuning with quantization support, all through YAML-based configurations and command-line overrides. The library distinguishes itself through its comprehensive post-training workflow orchestration, combining supervised fine-tuning, preference optimization (DPO, PPO, GRPO), knowledge distillation, and quantization-aware training in a single configurable pip

    Fetches preference datasets from Hugging Face repositories and tokenizes them for alignment training.

    Python
    عرض على GitHub↗5,774
  • pytorch/torchtuneالصورة الرمزية لـ pytorch

    pytorch/torchtune

    5,774عرض على GitHub↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Loads chat datasets directly from Hugging Face repositories for training.

    Python
    عرض على GitHub↗5,774
  • snailyp/gemini-balanceالصورة الرمزية لـ snailyp

    snailyp/gemini-balance

    5,826عرض على GitHub↗

    Deploys the proxy service to Hugging Face Spaces using a Dockerfile.

    Pythongeminigemini-apigooglesearch
    عرض على GitHub↗5,826
  • kubeflow/kfservingالصورة الرمزية لـ kubeflow

    kubeflow/kfserving

    5,576عرض على GitHub↗

    KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token

    Deploys models directly from the Hugging Face Hub with minimal configuration.

    Go
    عرض على GitHub↗5,576
  • kserve/kserveالصورة الرمزية لـ kserve

    kserve/kserve

    5,576عرض على GitHub↗

    KServe is a Kubernetes-native platform for deploying and serving machine learning models as scalable inference services. It supports both generative AI models, including large language models, and traditional predictive models from frameworks such as TensorFlow, PyTorch, Scikit-Learn, XGBoost, and ONNX. The platform manages the full lifecycle of model deployments, including revision tracking, canary rollouts, A/B testing, and automatic rollbacks, and provides serverless scale-to-zero capabilities for cost-efficient resource management. KServe distinguishes itself through a standardized infere

    Deploys models directly from the Hugging Face Hub with native support and streamlined configuration.

    Go
    عرض على GitHub↗5,576
  • lxc/lxdالصورة الرمزية لـ lxc

    lxc/lxd

    5,554عرض على GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Opens interactive shell sessions inside running containers and virtual machines for direct command execution.

    Go
    عرض على GitHub↗5,554
  • nlp-with-transformers/notebooksالصورة الرمزية لـ nlp-with-transformers

    nlp-with-transformers/notebooks

    4,779عرض على GitHub↗

    This project is a collection of transformer natural language processing tutorial notebooks and educational resources. It provides a guide for using the Hugging Face Transformers library through interactive coding exercises and demonstrations. The repository contains ready-to-run Jupyter notebooks that provide practical examples for implementing transformer models. These resources demonstrate how to execute specific natural language processing workflows using pre-trained models. The notebooks cover a range of natural language processing tasks, including text classification, automatic text sum

    Provides educational notebooks for loading, configuring, and fine-tuning Hugging Face transformer models.

    Jupyter Notebook
    عرض على GitHub↗4,779
  • huggingface/notebooksالصورة الرمزية لـ huggingface

    huggingface/notebooks

    4,468عرض على GitHub↗

    This is a collection of Jupyter notebooks that serve as educational guides for training, fine-tuning, and deploying machine learning models within the Hugging Face ecosystem. The notebooks cover the full lifecycle of model development, from loading and configuring pre-trained transformers to packaging trained models for real-time inference via scalable endpoints. The notebooks demonstrate a range of capabilities including diffusion model training and fine-tuning for image generation and editing, transformer model adaptation for natural language processing tasks, and parameter-efficient fine-t

    Ships guided notebooks for implementing transformer models for NLP tasks like question answering and text generation.

    Jupyter Notebook
    عرض على GitHub↗4,468
  • huggingface/diffusion-models-classالصورة الرمزية لـ huggingface

    huggingface/diffusion-models-class

    4,331عرض على GitHub↗

    This project is an educational course and collection of training materials focused on generative diffusion models. It provides a curriculum and practical guides for training, fine-tuning, and deploying models capable of synthesizing images, audio, and video. The material covers specific implementation strategies including noise-based synthesis, iterative refinement, and latent space compression. It provides instruction on guiding generative outputs through conditional synthesis and prompt adherence optimization, as well as techniques for image inpainting and text-based editing. The project i

    Includes tutorials for publishing trained model weights and metadata to the Hugging Face Hub.

    Jupyter Notebook
    عرض على GitHub↗4,331
  • swe-bench/swe-benchالصورة الرمزية لـ SWE-bench

    SWE-bench/SWE-bench

    4,321عرض على GitHub↗

    SWE-bench is an automated evaluation framework that tests large language models on real-world software engineering tasks. It measures how effectively models can generate and apply code patches that resolve actual GitHub issues, using a standardized dataset and scoring system built around Docker-based patch verification against original project test suites. The framework provides curated benchmark datasets spanning comprehensive, fast, verified, multilingual, and multimodal evaluation splits, allowing targeted assessment of model capabilities across different programming languages and issue ty

    Loads pre-built benchmark datasets from Hugging Face for comprehensive and multimodal evaluation.

    Pythonbenchmarklanguage-modelsoftware-engineering
    عرض على GitHub↗4,321
  • thudm/slimeالصورة الرمزية لـ THUDM

    THUDM/slime

    4,259عرض على GitHub↗

    SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron training with SGLang inference servers. It orchestrates scalable RL loops across GPU clusters, decoupling training and inference into independent processes that communicate over HTTP and NCCL for independent scaling and fault tolerance. The system supports multi-agent reinforcement learning workflows with parallel agent instances, customizable rollout strategies, and personalized agent serving that improves models from prior conversations without disrupting API serving. The fra

    Converts model checkpoints from Megatron to Hugging Face format for downstream use.

    Python
    عرض على GitHub↗4,259
السابق12التالي
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. Hugging Face

استكشف الوسوم الفرعية

  • Adapter LoadingLoad base models and their trained adapters or merged weights into Hugging Face Transformers for inference. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on loading fine-tuned adapters and merged weights into Transformers, not general model conversion.
  • Cache ConfigurationsSettings for managing the local cache of Hugging Face model assets, including directory paths and offline mode. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on cache directory and offline configuration rather than model conversion.
  • Checkpoint ConvertersConverts Hugging Face model checkpoints into torch_dist format for training framework compatibility. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on checkpoint format conversion specifically, not general model conversion.
  • Dataset LoadersLoading pre-built benchmark datasets from Hugging Face for evaluation. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on loading datasets from Hugging Face, not model conversion or authentication.
  • Depth Estimation PipelinesHugging Face pipeline wrappers that load pre-trained depth estimation models and run inference on images with minimal code. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on depth estimation pipelines specifically, not general model conversion or authentication.
  • Direct DeploymentsDeploying models directly from the Hugging Face Hub with native support and streamlined configuration. **Distinct from Hugging Face:** Distinct from Hugging Face model conversion: focuses on deploying models directly from the Hub, not converting them to other formats.
  • Drop-In Kernel OptimizersDrop-in kernel replacements for Hugging Face transformer models that increase throughput and reduce memory without changing model code. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on runtime kernel replacement for optimization, not model format conversion.
  • Hub DeploymentsDeploying models directly from the Hugging Face Hub with minimal configuration. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on deployment from the Hub, not model conversion.
  • Hub Integration TutorialsEducational guides for interacting with model hubs, focusing on uploading weights and metadata. **Distinct from Hugging Face:** Distinct from Hugging Face (conversion): focuses on the educational process of publishing to the hub.
  • Hub Python ClientsPython libraries for interacting with the Hugging Face Hub to download, upload, and manage models, datasets, and Spaces. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on the client library for Hub interaction rather than model conversion.
  • Layer Optimization PatchesOptimizing Hugging Face transformer models by swapping standard layers for memory-efficient Triton kernels with a single function call. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on runtime layer optimization via kernel patching, not model format conversion.
  • Megatron Checkpoint ConversionsConverts Hugging Face checkpoints into Megatron's reshardable torch_dist format for distributed training. **Distinct from Hugging Face:** Distinct from Hugging Face: covers conversion to Megatron's specific distributed format, not generic Hugging Face model conversion.
  • Megatron Weight Converters1 وسم فرعيConverts Hugging Face model weights to Megatron's torch_dist format for training. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on conversion to Megatron's specific format, not general Hugging Face model conversion.
  • Model LoadersDownloads and loads models from the Hugging Face Hub by repository identifier for reuse. **Distinct from Hugging Face:** Distinct from Hugging Face model conversion: focuses on downloading and loading models, not converting formats.
  • Model PublishersSaving trained models along with their configuration to the Hugging Face Hub for sharing or reuse. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on publishing models to the Hub, not converting models from the Hub into optimized formats.
  • Model Uploaders2 وسوم فرعيةUploads trained models to the Hugging Face Hub for community sharing and discovery. **Distinct from Hugging Face:** Distinct from Hugging Face model conversion: focuses on uploading models to the Hub, not converting formats.
  • OCR Model HubsCollections of OCR model checkpoints loaded from the Hugging Face Hub for document text recognition. **Distinct from Hugging Face:** Distinct from Hugging Face: specifically targets OCR model checkpoints on the Hub, not general model conversion.
  • Preference Dataset LoadersFetching preference datasets from Hugging Face repositories by specifying source name and split for alignment training. **Distinct from Hugging Face:** Distinct from Hugging Face model conversion: focuses on loading preference datasets, not converting model formats.
  • Result Storage IntegrationsPushes evaluation results to the Hugging Face Hub, S3, or local directories for sharing and persistence. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on storing evaluation results on the Hub, not model conversion or authentication.
  • Runtime Kernel SwapsReplacing standard Hugging Face model layers with optimized Triton kernels at runtime without modifying model source code. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on runtime kernel replacement for optimization, not model format conversion.
  • Serving RuntimesSpecialized runtimes for deploying and serving Hugging Face transformer models in production. **Distinct from Hugging Face:** Distinct from Hugging Face model conversion: focuses on production serving and deployment, not format conversion.
  • Spaces Deployments6 وسوم فرعيةPublishes static sites to Hugging Face Spaces by configuring a Space and setting up a deployment workflow. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on deploying static sites to Spaces, not model conversion or authentication.
  • Transformer Model RuntimesServing runtimes that deploy Hugging Face transformer models from the Hub or custom sources. **Distinct from Hugging Face:** Distinct from Hugging Face: focuses on serving transformer models, not model conversion.
  • Transformers TutorialsEducational notebooks that guide users through loading, configuring, and fine-tuning Hugging Face transformer models for NLP tasks. **Distinct from Hugging Face:** Distinct from Hugging Face model conversion: focuses on educational tutorials for using the Transformers library, not converting model formats.