awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lensapp/lenslensapp 的头像

    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/openvinoopenvinotoolkit 的头像

    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-v1snapshot-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-anythingLiheYoung 的头像

    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/microsandboxsuperradcompany 的头像

    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.rsEricLBuehler 的头像

    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/doctrmindee 的头像

    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-kernellinkedin 的头像

    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/evidenceevidence-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/torchtunemeta-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/torchtunepytorch 的头像

    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-balancesnailyp 的头像

    snailyp/gemini-balance

    5,826在 GitHub 上查看↗

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

    Pythongeminigemini-apigooglesearch
    在 GitHub 上查看↗5,826
  • kubeflow/kfservingkubeflow 的头像

    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/kservekserve 的头像

    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/lxdlxc 的头像

    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/notebooksnlp-with-transformers 的头像

    nlp-with-transformers/notebooks

    4,779在 GitHub 上查看↗

    本项目是一个 Transformer 自然语言处理教程笔记本和教育资源集合。它通过交互式编码练习和演示,提供了使用 Hugging Face Transformers 库的指南。 该仓库包含可直接运行的 Jupyter 笔记本,为实现 Transformer 模型提供了实用示例。这些资源演示了如何使用预训练模型执行特定的自然语言处理工作流。 笔记本涵盖了一系列自然语言处理任务,包括文本分类、自动文本摘要和命名实体识别。

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

    Jupyter Notebook
    在 GitHub 上查看↗4,779
  • huggingface/notebookshuggingface 的头像

    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-classhuggingface 的头像

    huggingface/diffusion-models-class

    4,331在 GitHub 上查看↗

    本项目是一个专注于生成式扩散模型的教育课程和培训材料集合。它提供了一个课程大纲和实践指南,用于训练、微调和部署能够合成图像、音频和视频的模型。 该材料涵盖了特定的实现策略,包括基于噪声的合成、迭代细化和潜在空间压缩。它提供了关于通过条件合成和提示词遵循优化来引导生成式输出的指导,以及图像修复和基于文本的编辑技术。 该项目包括关于模型优化和开发的内容,涵盖概念微调和推理步骤的减少。它还提供了用于生成合成媒体的工作流,例如生成视频序列和将视觉频谱图转换为音频。 实践实现通过 PyTorch 代码示例和将模型权重及元数据发布到 Hugging Face Hub 的教程提供。

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

    Jupyter Notebook
    在 GitHub 上查看↗4,331
  • swe-bench/swe-benchSWE-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/slimeTHUDM 的头像

    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.