awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesLocal Cache Deployments

Deploys inference services that load models from a local cache on node storage.

Distinct from Model Serving: Distinct from Model Serving: focuses on deploying services that use a pre-populated local cache rather than general model serving infrastructure.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Local Cache Deployments. Refine with filters or upvote what's useful.

Awesome Local Cache Deployments GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • kubeflow/kfservingAvatar de kubeflow

    kubeflow/kfserving

    5,576Voir sur GitHub↗

    KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token

    Deploys inference services that load models from a local cache on node storage to reduce startup time.

    Go
    Voir sur GitHub↗5,576
  • kserve/kserveAvatar de kserve

    kserve/kserve

    5,576Voir sur GitHub↗

    KServe is a Kubernetes-native platform for deploying and serving machine learning models as scalable inference services. It supports both generative AI models, including large language models, and traditional predictive models from frameworks such as TensorFlow, PyTorch, Scikit-Learn, XGBoost, and ONNX. The platform manages the full lifecycle of model deployments, including revision tracking, canary rollouts, A/B testing, and automatic rollbacks, and provides serverless scale-to-zero capabilities for cost-efficient resource management. KServe distinguishes itself through a standardized infere

    Installs a controller that caches model data on local nodes to reduce download latency for repeated deployments.

    Go
    Voir sur GitHub↗5,576
  1. Home
  2. DevOps & Infrastructure
  3. Model Serving
  4. Local Cache Deployments

Explorer les sous-tags

  • Cache Controller InstallationsInstalls a Kubernetes controller that manages the lifecycle of local model caches on cluster nodes. **Distinct from Local Cache Deployments:** Distinct from Local Cache Deployments: focuses on installing the controller that manages caches, not deploying services that use them.