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
·

1 Repo

Awesome GitHub RepositoriesLarge Model Export Utilities

Tools for splitting and saving large model architectures to bypass filesystem and protobuf size limitations.

Distinct from Large Model Optimizations: Distinct from Large Model Optimizations: focuses on the physical storage and export process rather than runtime quantization or device mapping.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Large Model Export Utilities. Refine with filters or upvote what's useful.

Awesome Large Model Export Utilities GitHub Repositories

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

    tensorflow/serving

    6,351Auf GitHub ansehen↗

    TensorFlow Serving is a high-performance machine learning inference server designed to deploy TensorFlow models to production environments. It functions as a complete serving system that executes predictions on input data through a graph executor, providing network endpoints that eliminate the need for a separate runtime environment for client applications. The system is distinguished by its model version manager, which organizes and selects specific model versions within a directory hierarchy. It uses a filesystem watcher to detect new model versions and trigger automatic updates without int

    Supports splitting protobuf files during the saving process to bypass file size limits for large model architectures.

    C++
    Auf GitHub ansehen↗6,351
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Serving & Runtime
  7. Inference Optimizations
  8. Large Model Export Utilities