awesome-repositories.com
Blog
awesome-repositories.com

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

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

7 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • zai-org/chatglm-6bAvatar de zai-org

    zai-org/ChatGLM-6B

    41,039Ver en 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
    Ver en GitHub↗41,039
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Ver en 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
    Ver en GitHub↗29,079
  • elysiajs/elysiaAvatar de elysiajs

    elysiajs/elysia

    18,531Ver en 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
    Ver en GitHub↗18,531
  • zai-org/chatglm3Avatar de zai-org

    zai-org/ChatGLM3

    13,764Ver en 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
    Ver en GitHub↗13,764
  • open-mmlab/mmposeAvatar de open-mmlab

    open-mmlab/mmpose

    7,374Ver en 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
    Ver en GitHub↗7,374
  • open-mmlab/mmdetection3dAvatar de open-mmlab

    open-mmlab/mmdetection3d

    6,273Ver en 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
    Ver en GitHub↗6,273
  • open-mmlab/mmpretrainAvatar de open-mmlab

    open-mmlab/mmpretrain

    3,842Ver en 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
    Ver en GitHub↗3,842
  1. Home
  2. DevOps & Infrastructure
  3. CPU Deployment

Explorar subetiquetas

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