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

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

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

4 مستودعات

Awesome GitHub RepositoriesModel Uploaders

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.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Model Uploaders. Refine with filters or upvote what's useful.

Awesome Model Uploaders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Uploads fine-tuned model checkpoints to the Hugging Face Hub for sharing and distribution.

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

    fastai/course22

    3,398عرض على GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Uploads trained models to the Hugging Face Hub for community sharing and discovery.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    عرض على GitHub↗3,398
  • huggingface/huggingface_hubالصورة الرمزية لـ huggingface

    huggingface/huggingface_hub

    3,342عرض على GitHub↗

    The Hugging Face Hub Python client is a library that provides programmatic access to the Hugging Face Hub, a centralized platform for hosting and collaborating on machine learning models, datasets, and demo applications. It serves as the primary SDK for interacting with the Hub's API, enabling users to download and upload models and datasets, manage repositories, authenticate via tokens or OAuth, and run inference on hosted models through a unified interface. The client distinguishes itself through a comprehensive set of capabilities that go beyond basic file transfer. It includes a CLI exten

    Hugging Face Hub's data storage feature for uploading a machine learning model to the remote hub, including its files and metadata, for sharing and versioning.

    Pythondeep-learninghacktoberfestmachine-learning
    عرض على GitHub↗3,342
  • containers/ramalamaالصورة الرمزية لـ containers

    containers/ramalama

    2,605عرض على GitHub↗

    Ramalama is a containerized runtime and management tool for large language models. It functions as an OCI AI model manager and registry client, allowing users to package, distribute, and execute AI models as standardized container images. The project differentiates itself by using OCI-compliant distribution for models and retrieval augmented generation assets, enabling the packaging of vector databases into immutable container images. It features hardware-aware image selection that automatically detects GPU or CPU capabilities to pull the most optimized image for the host environment. The sy

    Uploads locally stored models to remote compliant registries for sharing and distribution.

    Pythonaicontainerscuda
    عرض على GitHub↗2,605
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. Hugging Face
  5. Model Uploaders

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

  • Demo Application UploadsUploads complete demo applications including files and metadata to a remote hub for sharing and deployment. **Distinct from Model Uploaders:** Distinct from Model Uploaders: uploads demo applications, not trained models.
  • Library-Aware Model UploadsUploads a model trained with any of dozens of integrated open-source ML libraries to a remote hub for sharing and collaboration. **Distinct from Model Uploaders:** Distinct from Model Uploaders: emphasizes compatibility with multiple integrated ML libraries for model upload.