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

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

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

7 个仓库

Awesome GitHub RepositoriesCPU Deployment

Configurations for running software on standard processor hardware.

Distinguishing note: Focuses on CPU-specific deployment environments.

Explore 7 awesome GitHub repositories matching devops & infrastructure · CPU Deployment. Refine with filters or upvote what's useful.

Awesome CPU Deployment GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zai-org/chatglm-6bzai-org 的头像

    zai-org/ChatGLM-6B

    41,039在 GitHub 上查看↗

    ChatGLM-6B is a generative AI inference engine designed for local execution of transformer-based language models. It provides a comprehensive runtime environment that allows users to load and run pre-trained neural network weights directly on their own hardware, ensuring data privacy and independence from external cloud services. The project distinguishes itself through a hardware-agnostic execution backend that supports deployment across diverse environments, including standard processors, Apple Silicon, and multi-GPU configurations. It incorporates advanced optimization techniques such as w

    Runs language models on standard processor hardware by bypassing specialized graphics processing units.

    Python
    在 GitHub 上查看↗41,039
  • sgl-project/sglangsgl-project 的头像

    sgl-project/sglang

    29,079在 GitHub 上查看↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Deploys large language models on CPU hardware using tensor parallelism and cluster management.

    Pythonattentionblackwellcuda
    在 GitHub 上查看↗29,079
  • elysiajs/elysiaelysiajs 的头像

    elysiajs/elysia

    18,531在 GitHub 上查看↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Forks multiple worker processes to utilize all available CPU cores for handling concurrent requests.

    TypeScriptbunframeworkhttp
    在 GitHub 上查看↗18,531
  • zai-org/chatglm3zai-org 的头像

    zai-org/ChatGLM3

    13,764在 GitHub 上查看↗

    ChatGLM3 is a comprehensive framework for deploying, fine-tuning, and serving large language models. It functions as a high-performance inference engine designed to support conversational AI, enabling developers to build interactive agents capable of multi-turn dialogue, autonomous code execution, and structured tool invocation. The project distinguishes itself through its focus on hardware-agnostic deployment and resource optimization. It supports distributed model parallelism across multiple graphics cards, paged key-value caching for concurrent request processing, and weight quantization t

    Provides configurations for running model inference on standard processor hardware.

    Python
    在 GitHub 上查看↗13,764
  • open-mmlab/mmposeopen-mmlab 的头像

    open-mmlab/mmpose

    7,374在 GitHub 上查看↗

    MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D keypoints on humans, animals, and faces. It serves as a computer vision model zoo and a framework for both 2D pose estimation and 3D pose lifting. The project is distinguished by its modular architecture and extensibility, employing a registry-based system and hierarchical configurations to allow for custom algorithm integration and model pipeline customization. It supports diverse estimation paradigms, including top-down, bottom-up, and two-stage pose lifting workflows. The

    Executes training, testing, and inference on platforms without a GPU by utilizing CPU-only builds.

    Pythonanimal-pose-estimationbenchmarkcpm
    在 GitHub 上查看↗7,374
  • open-mmlab/mmdetection3dopen-mmlab 的头像

    open-mmlab/mmdetection3d

    6,273在 GitHub 上查看↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Trains or evaluates 3D detection models using only the CPU, without a GPU.

    Python3d-object-detectionobject-detectionpoint-cloud
    在 GitHub 上查看↗6,273
  • open-mmlab/mmpretrainopen-mmlab 的头像

    open-mmlab/mmpretrain

    3,842在 GitHub 上查看↗

    mmpretrain is a modular PyTorch computer vision framework designed for developing, training, and benchmarking deep learning architectures. It serves as a comprehensive toolkit for vision tasks, providing a specialized platform for multimodal machine learning and self-supervised learning. The project features a computer vision model zoo containing architectural definitions and pre-trained weights for backbones such as ViT, ConvNeXt, and Swin Transformer. It distinguishes itself through a dedicated self-supervised learning toolkit that implements algorithms like MAE and DINO to train models wit

    Supports executing training, testing, and inference on standard CPU hardware for environments without GPU acceleration.

    Pythonbeitclipconstrastive-learning
    在 GitHub 上查看↗3,842
  1. Home
  2. DevOps & Infrastructure
  3. CPU Deployment

探索子标签

  • Process Scaling ConfigurationsSettings for utilizing multiple CPU cores for concurrent request handling. **Distinct from CPU Deployment:** Distinct from CPU Deployment: focuses on process-level concurrency and forking rather than general hardware deployment.
  • Worker Role AllocationAssigning specific compute roles to CPU resources for non-GPU tasks. **Distinct from CPU Deployment:** Focuses on assigning model roles to CPUs, not just general environment deployment.