awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kserve/kserveالصورة الرمزية لـ kserve

    kserve/kserve

    5,576عرض على 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
    عرض على GitHub↗5,576
  • kubeflow/kfservingالصورة الرمزية لـ kubeflow

    kubeflow/kfserving

    5,576عرض على 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
    عرض على GitHub↗5,576
  1. Home
  2. DevOps & Infrastructure
  3. Model Serving
  4. Local Cache Deployments

استكشف الوسوم الفرعية

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