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
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pytorch/torchtuneAvatar pytorch

    pytorch/torchtune

    5,774Vezi pe 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
    Vezi pe GitHub↗5,774
  • fastai/course22Avatar fastai

    fastai/course22

    3,398Vezi pe 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
    Vezi pe GitHub↗3,398
  • huggingface/huggingface_hubAvatar huggingface

    huggingface/huggingface_hub

    3,342Vezi pe 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
    Vezi pe GitHub↗3,342
  • containers/ramalamaAvatar containers

    containers/ramalama

    2,605Vezi pe 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
    Vezi pe GitHub↗2,605
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. Hugging Face
  5. Model Uploaders

Explorează sub-etichetele

  • 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.