awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
antirez avatar

antirez/ds4

0
View on GitHub↗
15,143 Stars·1,326 Forks·C·MIT·9 Aufrufe

Ds4

ds4 is a local inference engine for DeepSeek models that includes a distributed runtime for splitting transformer layers across networked computers. It functions as a reasoning controller with a local weight streamer and an API server that streams chat completions via industry standard endpoints.

The system employs a memory management model that loads model experts from disk on demand to execute models that exceed available system RAM. It provides controls for reasoning effort and model behavior steering, allowing the modification of response characteristics through activation directions.

The project covers a broad capability surface including hardware acceleration for Metal, CUDA, and ROCm, and disk persistence for prompt states and agent sessions. It also includes tools for inference throughput benchmarking, model capability evaluation, and power consumption limiting to manage hardware heat.

Features

  • Local AI Inference - Runs DeepSeek models on local Metal, CUDA, or ROCm hardware for private generative AI tasks.
  • Activation Steering Vectors - Modifies model output characteristics by applying direction vectors to internal activations during inference.
  • Distributed Model Execution - Splits transformer layers across networked computers to execute models that exceed the memory of a single device.
  • Local Inference Runtimes - Executes deep learning models on local Metal, CUDA, or ROCm hardware for offline inference.
  • Local Inference Engines - Provides an optimized local execution environment for DeepSeek models with multi-GPU acceleration.
  • Model Steering Tools - Controls verbosity, safety, and reasoning depth using activation directions and thinking mode toggles.
  • Runtime Weight Loading - Loads specific model experts from disk into memory on demand to run models larger than available RAM.
  • Reasoning Mode Controllers - Adjusts internal thinking depth and modifies output characteristics through activation steering.
  • Unified GPU Backend Abstractions - Unifies hardware calls for Metal, CUDA, and ROCm to execute operations across different GPU architectures.
  • Model Weight Offloading - Manages memory by loading model experts from disk on demand to exceed available system RAM.
  • Distributed Runtimes - Orchestrates transformer layer execution across multiple networked computers to handle massive models.
  • Model Sharding - Splits transformer layers across multiple networked machines to run models exceeding single-device memory.
  • Expert Weight Streaming - Loads specific model experts from disk on demand to execute models that exceed available system RAM.
  • Agent Session Management - Saves and resumes interactive coding or chat sessions by caching prompt states and agent data.
  • Prefix Caching - Stores processed prompt prefixes on disk to avoid recalculating the initial input tokens upon session resumption.
  • Disk Caching Systems - Stores processed prompt prefixes on disk to allow session resumption without recalculating input tokens.
  • Compute Throttling - Inserts calibrated pauses between compute units to target specific power consumption levels and reduce hardware heat.
  • Agentic Session Persistence - Saves interactive session data to disk to allow resuming tasks without repeating the initial prompt prefill.
  • OpenAI-Compatible Servers - Implements the OpenAI API specification to stream completions via industry standard endpoints.
  • OpenAI-Compatible API Servers - Provides a local server with standard endpoints to stream chat completions to external applications.
  • Headless Server Hosting - Provides a headless API server to stream chat completions and messages via server-sent events.
  • AI Agents - Local inference engine for running models on MacBook.

Star-Verlauf

Star-Verlauf für antirez/ds4Star-Verlauf für antirez/ds4

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Ds4

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Ds4.
  • openbmb/minicpmAvatar von OpenBMB

    OpenBMB/MiniCPM

    9,464Auf GitHub ansehen↗

    MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained environments. The project focuses on running dense Transformer models on consumer hardware, including GPUs, CPUs, and Apple Silicon, without requiring custom code forks. The project distinguishes itself through heavy optimization for edge hardware, utilizing quantized weight compression in GGUF and MLX formats to reduce memory overhead. It implements advanced inference techniques such as speculative sampling and radix-tree prefix caching to accelerate generation speed and throughp

    Jupyter Notebook
    Auf GitHub ansehen↗9,464
  • elder-plinius/obliteratusAvatar von elder-plinius

    elder-plinius/OBLITERATUS

    6,736Auf GitHub ansehen↗

    Obliteratus is a weight ablation framework and refusal removal tool designed to identify and delete the internal representations responsible for content refusals in large language models without retraining. It functions as a circuit analysis suite that maps the geometric structure of model guardrails to isolate the specific layers and attention heads that enforce refusals. The project enables the removal of these behaviors through geometric projection, rank-1 adapter ablation for reversible modifications, and the application of steering vectors to alter behavior during inference. It includes

    Python
    Auf GitHub ansehen↗6,736
  • ericlbuehler/mistral.rsAvatar von EricLBuehler

    EricLBuehler/mistral.rs

    6,597Auf GitHub ansehen↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Rustllmrustuqff
    Auf GitHub ansehen↗6,597
  • letta-ai/lettaAvatar von letta-ai

    letta-ai/letta

    21,168Auf GitHub ansehen↗

    Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com

    Pythonaiai-agentsllm
    Auf GitHub ansehen↗21,168
Alle 30 Alternativen zu Ds4 anzeigen→

Häufig gestellte Fragen

Was macht antirez/ds4?

ds4 is a local inference engine for DeepSeek models that includes a distributed runtime for splitting transformer layers across networked computers. It functions as a reasoning controller with a local weight streamer and an API server that streams chat completions via industry standard endpoints.

Was sind die Hauptfunktionen von antirez/ds4?

Die Hauptfunktionen von antirez/ds4 sind: Local AI Inference, Activation Steering Vectors, Distributed Model Execution, Local Inference Runtimes, Local Inference Engines, Model Steering Tools, Runtime Weight Loading, Reasoning Mode Controllers.

Welche Open-Source-Alternativen gibt es zu antirez/ds4?

Open-Source-Alternativen zu antirez/ds4 sind unter anderem: openbmb/minicpm — MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained… elder-plinius/obliteratus — Obliteratus is a weight ablation framework and refusal removal tool designed to identify and delete the internal… ericlbuehler/mistral.rs — mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and… letta-ai/letta — Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across… cloudwego/eino — Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and… sgl-project/sglang — Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It…