awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesRemote Model Loading

Capabilities for loading AI models directly from cloud-native object storage or remote repositories.

Distinct from Cloud Storage: Focuses on the loading of ML models for inference, not general cloud storage management.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Remote Model Loading. Refine with filters or upvote what's useful.

Awesome Remote Model Loading GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openvinotoolkit/openvinoopenvinotoolkit 的头像

    openvinotoolkit/openvino

    10,414在 GitHub 上查看↗

    OpenVINO is an AI inference engine and model serving platform designed to execute optimized deep learning models across CPUs, GPUs, and NPUs through a unified API. It includes a model optimization toolkit for converting, quantizing, and compressing models from various frameworks, alongside a specialized generative AI runtime for large language models. The project distinguishes itself through a plugin-based hardware acceleration layer that maps neural network operations to vendor-specific drivers. It features advanced execution mechanisms such as continuous batching, speculative decoding, and

    Retrieves AI models directly from cloud storage using URI paths and authentication credentials.

    C++aicomputer-visiondeep-learning
    在 GitHub 上查看↗10,414
  • setzer22/llama-rssetzer22 的头像

    setzer22/llama-rs

    6,150在 GitHub 上查看↗

    llama-rs 是一个用 Rust 实现的本地大语言模型推理引擎。它支持在本地硬件上执行模型计算,以根据用户提示生成文本响应。 该项目利用基于 Rust 的张量运算和直接内存模型映射来处理高性能线性代数和高效的权重加载。它结合了权重量化,通过将高精度权重转换为较小格式来减小模型的内存占用。 该系统包括用于交互式聊天会话和一次性提示的命令行界面,以及用于保存和恢复对话历史的文件备份会话持久化。它还提供用于从远程中心检索分词器配置的实用程序,以及用于计算困惑度分数以评估模型性能的工具。

    Retrieves model-specific vocabulary and merge rules from external hubs for consistent encoding.

    Rust
    在 GitHub 上查看↗6,150
  • kubeflow/kfservingkubeflow 的头像

    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

    Fetches model artifacts from S3, GCS, Azure Blob, or Hugging Face Hub for deployment.

    Go
    在 GitHub 上查看↗5,576
  • pytorch/servepytorch 的头像

    pytorch/serve

    4,354在 GitHub 上查看↗

    这是一个 PyTorch 模型服务框架,旨在通过可扩展的网络端点在生产环境中部署和扩展机器学习模型。它充当高性能推理服务器、优化器和模型生命周期管理器,处理模型加载、请求批处理和硬件加速。 该系统通过先进的编排和优化功能脱颖而出,例如使用执行图将多个模型链接到顺序工作流中,以及采用动态批处理来提高吞吐量和降低延迟。它通过连续批处理和张量并行化为生成式 AI 和大型语言模型提供专门支持。 广泛的功能领域包括跨 NVIDIA、AMD 和 Apple Silicon 等不同硬件的 GPU 资源管理,以及用于注册、版本控制和工作节点扩展的全面模型生命周期管理。它还集成了用于通过 Prometheus 兼容指标跟踪系统健康状况和模型性能的可观测性工具。 该服务器通过用于生命周期控制和运行时参数配置的命令行界面进行管理。

    Supports downloading and registering model archives directly from public HTTP links or cloud storage URLs.

    Java
    在 GitHub 上查看↗4,354
  • zml/zmlzml 的头像

    zml/zml

    3,171在 GitHub 上查看↗

    zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do

    Downloads model weights and configurations from cloud buckets and HTTPS endpoints.

    Zigaibazelhpc
    在 GitHub 上查看↗3,171
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure
  4. Cloud Computing & Serverless
  5. Cloud Storage
  6. Remote Model Loading

探索子标签

  • Tokenizer Asset LoadingLoading specific tokenizer vocabulary and merge rules from remote repositories. **Distinct from Remote Model Loading:** Focuses on the tokenizer configuration specifically, whereas remote model loading usually refers to the weights