awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
philschmid avatar

philschmid/deep-learning-pytorch-huggingface

0
View on GitHub↗
1,383 estrellas·262 forks·Jupyter Notebook·MIT·10 vistas

Deep Learning Pytorch Huggingface

Este proyecto proporciona una colección integral de recursos educativos y guías técnicas para entrenar, ajustar y desplegar modelos de machine learning usando PyTorch y Hugging Face. Sirve como una referencia práctica para escalar flujos de trabajo de deep learning, ofreciendo instrucciones estructuradas para gestionar arquitecturas a gran escala a través de aceleradores de hardware distribuidos.

El repositorio destaca por centrarse en el ciclo de vida de extremo a extremo de los modelos de lenguaje grandes (LLM), enfatizando específicamente el despliegue contenedorizado y la optimización del rendimiento. Detalla flujos de trabajo para el ajuste fino eficiente en parámetros y proporciona orientación técnica sobre la reducción de huellas de memoria mediante cuantización de pesos y técnicas de decodificación especulativa.

Más allá del entrenamiento y despliegue central, el proyecto cubre una amplia gama de operaciones de machine learning (MLOps), incluyendo el empaquetado de entornos, la evaluación comparativa de rendimiento y la configuración de entornos de ejecución contenedorizados. Estos recursos ayudan a mantener un rendimiento consistente y eficiencia de recursos al alojar modelos generativos y multimodales en producción.

Features

  • Hugging Face Implementations - Provides educational resources and tutorials for training, fine-tuning, and deploying models using the transformer ecosystem.
  • Large Language Model Fine-Tuning - Provides structured workflows for fine-tuning pre-trained language models on specialized datasets using instruction tuning.
  • Distributed Training - Implements strategies for scaling model training across multiple hardware accelerators to handle large-scale architectures.
  • Model Inference and Serving - Provides production-ready serving infrastructure for deploying models with optimized precision and speculative decoding.
  • Parameter Efficient Fine-Tuning - Enables memory-efficient model adaptation by updating only a small subset of weights during the fine-tuning process.
  • Large Language Model Deployments - Offers specialized deployment strategies for hosting large-scale language models in containerized environments.
  • Model Fine-Tuning - Provides processes and workflows for optimizing pre-trained models on task-specific datasets using parameter-efficient techniques.
  • Containerized Model Serving - Implements standardized containerized architectures for serving large language models as scalable inference endpoints.
  • Deep Learning Training Pipelines - Provides end-to-end workflows and instructions for managing distributed training pipelines for large-scale architectures.
  • Distributed Training Scaling Utilities - Offers utilities for scaling deep learning training workloads across distributed hardware clusters.
  • Generative Text Inference - Accelerates text generation by implementing parallel token prediction strategies to reduce sequential inference steps.
  • Data Parallelism - Supports distributed training by splitting large model workloads across multiple hardware accelerators using synchronized gradient updates.
  • Performance Benchmarking - Provides benchmarking tools to measure latency and throughput for evaluating model performance under production loads.
  • LLM Deployment Guides - Offers technical guides for the practical deployment and operationalization of large language models in containerized environments.
  • Inference Optimization Techniques - Implements techniques like quantization and speculative decoding to improve the speed and resource efficiency of model inference.
  • Multimodal Deployments - Supports the deployment of multimodal models capable of processing both text and image inputs in scalable inference endpoints.
  • Large Language Model Optimization - Provides methods and utilities for optimizing large language models to improve inference speed and efficiency on constrained hardware.
  • Model Quantization - Provides technical references for reducing model memory footprints through weight quantization techniques.
  • Model Training Optimizers - Optimizes training efficiency through distributed strategies, quantization, and hardware-specific acceleration techniques.
  • Weight Quantization - Reduces model memory footprint and improves inference speed by converting high-precision weights into lower-bit numerical formats.
  • Speculative Decoding - Implements speculative decoding to accelerate text generation by using smaller auxiliary models to predict multiple tokens in parallel.
  • Isolated Execution Environments - Provides containerized environments to ensure consistent execution of deep learning workflows across different hardware and software setups.
  • Deep Learning Experiment Environments - Provides containerized environments that bundle deep learning frameworks to ensure consistent execution across development and production systems.

Historial de estrellas

Gráfico del historial de estrellas de philschmid/deep-learning-pytorch-huggingfaceGráfico del historial de estrellas de philschmid/deep-learning-pytorch-huggingface

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Deep Learning Pytorch Huggingface

Colecciones seleccionadas manualmente donde aparece Deep Learning Pytorch Huggingface.
  • Proyectos de investigación en Deep Learning

Alternativas open-source a Deep Learning Pytorch Huggingface

Proyectos open-source similares, clasificados según cuántas características comparten con Deep Learning Pytorch Huggingface.
  • infrasys-ai/aisystemAvatar de Infrasys-AI

    Infrasys-AI/AISystem

    17,017Ver en GitHub↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Jupyter Notebookaiaiinfraaisys
    Ver en GitHub↗17,017
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar de zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Ver en GitHub↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Python
    Ver en GitHub↗5,371
  • tingsongyu/pytorch-tutorial-2ndAvatar de TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Ver en GitHub↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Ver en GitHub↗4,555
  • huggingface/notebooksAvatar de huggingface

    huggingface/notebooks

    4,468Ver en 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

    Jupyter Notebook
    Ver en GitHub↗4,468
Ver las 30 alternativas a Deep Learning Pytorch Huggingface→

Preguntas frecuentes

¿Qué hace philschmid/deep-learning-pytorch-huggingface?

Este proyecto proporciona una colección integral de recursos educativos y guías técnicas para entrenar, ajustar y desplegar modelos de machine learning usando PyTorch y Hugging Face. Sirve como una referencia práctica para escalar flujos de trabajo de deep learning, ofreciendo instrucciones estructuradas para gestionar arquitecturas a gran escala a través de aceleradores de hardware distribuidos.

¿Cuáles son las características principales de philschmid/deep-learning-pytorch-huggingface?

Las características principales de philschmid/deep-learning-pytorch-huggingface son: Hugging Face Implementations, Large Language Model Fine-Tuning, Distributed Training, Model Inference and Serving, Parameter Efficient Fine-Tuning, Large Language Model Deployments, Model Fine-Tuning, Containerized Model Serving.

¿Qué alternativas de código abierto existen para philschmid/deep-learning-pytorch-huggingface?

Las alternativas de código abierto para philschmid/deep-learning-pytorch-huggingface incluyen: infrasys-ai/aisystem — AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip… zhaochenyang20/awesome-ml-sys-tutorial — This project provides a comprehensive technical guide and framework for engineering large-scale machine learning… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… huggingface/notebooks — This is a collection of Jupyter notebooks that serve as educational guides for training, fine-tuning, and deploying… huggingface/course — This project is an educational course and learning curriculum for implementing and fine-tuning transformer models… hoper-j/ai-guide-and-demos-zh_cn — This project is a comprehensive learning resource and set of demonstrations focused on large language model…