awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pytorch/torchtuneAvatar von pytorch

    pytorch/torchtune

    5,774Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,774
  • fastai/course22Avatar von fastai

    fastai/course22

    3,398Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,398
  • huggingface/huggingface_hubAvatar von huggingface

    huggingface/huggingface_hub

    3,342Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,342
  • containers/ramalamaAvatar von containers

    containers/ramalama

    2,605Auf GitHub ansehen↗

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

Unter-Tags erkunden

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