Deploying PaddleOCR-VL for Efficient Inference with GPUStack

In the fiercely competitive field of global multimodal document parsing, Baidu's PaddleOCR-VL model has made a significant impact. This lightweight multimodal model, with only 0.9B parameters, not only topped the OmniDocBench V1.5 leaderboard with a comprehensive score of 92.6 but also achieved state-of-the-art (SOTA) results in four core capab ...

Posted on Thu, 16 Jul 2026 16:48:41 +0000 by Dani34

Deploying GPUStack on Windows via WSL2

GPUStack v2 has been completely redesigned with a focus on high-performance inference and production-grade stability. The architecture now features flexible component decoupling and deep optimization for multiple inference engines and heterogeneous computing resources, fully unleasshing the performance potential of inference engines in throughp ...

Posted on Wed, 08 Jul 2026 16:57:08 +0000 by Jacquelyn L. Ja

Deploying RAG Inference Clusters with GPUStack and Dify

Managing heterogeneous accelerators for Retrieval-Augmented Generation pipelines requires a unified serving layer. GPUStack provides an open-source infrastructure to aggregate NVIDIA, Apple Silicon, Ascend, and Moore Threads hardware into a single cluster, enabling on-premise deployment of the three foundational components for RAG: conversation ...

Posted on Tue, 07 Jul 2026 16:58:19 +0000 by iBlizz

Deploying and Testing Gemma 4 Locally with GPUStack: A Multimodal Agent Capability Guide

The recent release of Gemma 4 introduces models that compete with Qwen 3.5, offering enhanced reasoning, native multi-modal understanding, and agentic features like tool calling and structured output. The model family supports text, image, video, and audio inputs with a 128K-256K context window, depending on the variant. This walkthrough covers ...

Posted on Sat, 13 Jun 2026 17:26:06 +0000 by teongkia

Multi-Node Distributed Deployment of Qwen3.5-397B-A17B on Ascend 910B

While vLLM commonly relies on Ray for distributed multi-node inference, it is possible to achieve cross-node coordination without an external scheduler by combining data parallelism (DP) and tensor parallelism (TP). This article walks through a concrete deployment on two Atlas 800I A2 servers (each with 8× Ascend 910B 64 GB) using the quantized ...

Posted on Thu, 11 Jun 2026 18:34:50 +0000 by djp120

Building a Production-Ready Qwen3 Model Service Platform from Scratch

System Requirements This guide covers deploying Qwen3 models on an Ubuntu 22.04 cloud instance equipped with an NVIDIA A10 GPU (24GB VRAM). The setup requires network connectivity for downloading container images and model files. Environment Verification Confirm GPU availability: lspci | grep -i nvidia gcc --version NVIDIA Driver Installation ...

Posted on Thu, 14 May 2026 21:11:23 +0000 by phyzar

Accelerated Multi-node Inference with Ascend: Simplified Deployment of Large-scale Models Using GPUStack

Deploying large-scale models on Ascend NPUs often presents a significant challenge due to the complexity of configuring distributed inference using the standard MindIE engine. Although its performance is acceptable, the setup process involves intricate steps such as environment preparation, initialization, and fine-tuning of parameters. Even mi ...

Posted on Fri, 08 May 2026 09:15:03 +0000 by spasme