exllamav2 is a high-performance inference library designed for running large language models locally on consumer-grade GPUs. It provides a GPU-accelerated runner and quantization tools to enable model execution without reliance on cloud-based computing services. The project features a quantization utility that compresses models into mixed bitrates between two and eight bits to reduce video RAM requirements. It distinguishes itself through a batched text generator that handles grouped requests and deduplicates cache data to increase throughput. The library covers a broad capability surface in
LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a multi-GPU inference engine and server capable of handling dense architectures, mixture-of-experts designs, and multimodal models that process both text and images. The system is distinguished by its specialized support for Mixture-of-Experts models using expert parallelism and fused kernels. It implements structured text generation through deterministic state machines and pushdown automata to enforce precise output formats. To optimize throughput, the framework employs specula
This project is a large language model inference library and framework designed to run models for text generation, problem solving, and coding assistance. It includes a multimodal framework for processing combined image and text inputs and a tool-use implementation that enables the execution of external functions based on model reasoning. The system features a distributed GPU inference engine that spreads large model workloads across multiple graphics processors to increase processing speed and meet memory requirements. It also provides containerized model deployment through pre-packaged imag
QualityScaler is an AI video upscaler and local media processing tool designed to increase the resolution and visual quality of videos and images. It uses deep learning models to enhance detail and remove noise, operating as an offline application that executes all computations on local hardware. The project functions as a GPU-accelerated media processor that distributes workloads across multiple graphics cards to increase rendering speed. To prevent memory overflow during high-resolution tasks, it employs a tiled image processing method that splits large assets into smaller sections. The sy
exllamav2 este un motor de inferență și framework de înaltă performanță pentru executarea modelelor de limbaj mari local pe GPU-uri de clasă consumer. Oferă un sistem complet pentru deployment-ul local al modelelor, incluzând un motor de inferență specializat și instrumente pentru cuantizarea modelelor.
Principalele funcționalități ale turboderp-org/exllamav2 sunt: Local Model Execution, Local Inference Engines, Multi-GPU Inference Runtimes, Mixed-Precision Quantization, Mixed-Precision Quantizers, Multi-GPU Distribution, Flexible Bitrate Quantization, Batch Generation.
Alternativele open-source pentru turboderp-org/exllamav2 includ: turboderp/exllamav2 — exllamav2 is a high-performance inference library designed for running large language models locally on consumer-grade… modeltc/lightllm — LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a… mistralai/mistral-src — This project is a large language model inference library and framework designed to run models for text generation,… djdefrag/qualityscaler — QualityScaler is an AI video upscaler and local media processing tool designed to increase the resolution and visual… llm-d/llm-d — llm-d is a distributed serving framework designed for large language model inference. It functions as an inference… lightning-ai/litserve — LitServe is a Python AI inference server framework and LLM serving framework designed for high-concurrency inference.…