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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tensorflow/servingAvatar de tensorflow

    tensorflow/serving

    6,351Ver en GitHub↗

    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++
    Ver en GitHub↗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