model-serving

Tag

Cards List
#model-serving

@songhan_mit: Amazing innovation and execution. Congrats!

X AI KOLs Timeline · 3d ago Cached

Nunchux AI has launched Modelverse, a multimodal generative AI inference service providing fast, affordable access to over 30 image, video, and avatar models through a single API.

0 favorites 0 likes
#model-serving

Z.ai Served GLM-5.3-Flash Entirely on Chinese AI Chips

Reddit r/singularity · 2026-08-27 Cached

Z.ai announced that it served the GLM-5.3-Flash model entirely on Chinese AI chips with per-token costs comparable to Nvidia GPUs, using a custom inference engine optimized for memory-constrained hardware.

0 favorites 0 likes
#model-serving

How We Made a Text-to-Speech Model Respond in Sub-50 ms

Hacker News Top · 2026-08-21 Cached

Nari Labs details their method for achieving sub-50 ms response times in text-to-speech models, emphasizing low-latency, real-time multimodal inference.

0 favorites 0 likes
#model-serving

@omarsar0: Fireworks AI being in both "Trending" and "Fastest growing" tells you how important the adoption of custom models and "…

X AI KOLs Timeline · 2026-08-19 Cached

Fireworks AI's inclusion in trending and fastest-growing categories highlights the growing importance of custom models and owning the AI intelligence stack, with broader trends in AI SaaS vendor growth.

0 favorites 0 likes
#model-serving

FreeToken: Efficient Edge-Native MoE Serving with Bandwidth-Adaptive Execution

Hugging Face Daily Papers · 2026-08-17 Cached

FreeToken is an edge-native serving system that dynamically maps computation and model state onto heterogeneous local hardware to run large open-weight models on personal machines, enabling efficient execution of models up to 753B on a single GPU.

0 favorites 0 likes
#model-serving

Qwen 3.8 2.4T at 288k tokens/s on Nvidia GB300 NVL72

Reddit r/LocalLLaMA · 2026-08-16

NVIDIA showcases the high-throughput performance of serving the Qwen3-8B 2.4T parameter model on GB300 NVL72 hardware, achieving over 4k tokens per second per GPU.

0 favorites 0 likes
#model-serving

@akshay_pachaar: Massive breakthrough here! Self-hosting LLMs just got ~75% cheaper: Most agent pipelines now run 4-5 small models under…

X AI KOLs Timeline · 2026-08-06 Cached

Superlinked releases SIE, an open-source inference engine that serves 85+ models behind one API with on-demand loading and LRU eviction, cutting self-hosting GPU costs by ~75% for agent pipelines.

0 favorites 0 likes
#model-serving

@akshay_pachaar: https://x.com/akshay_pachaar/status/2084992645966016757

X AI KOLs Timeline · 2026-08-05 Cached

A technical guide demonstrating how to serve five specialized small models (SLM, OCR, NER, reranker, object detector) on a single GPU using open-source tools, covering memory management, batching, and the Superlinked Inference Engine.

0 favorites 0 likes
#model-serving

Smaller, faster, safer: running Kimi and GLM at scale

Hacker News Top · 2026-08-03 Cached

Cloudflare details how it serves large open-source MoE models like Kimi K2.6 and GLM 5.2 efficiently using FP8 KV cache quantization and weight compression, boosting throughput and cutting costs without accuracy loss.

0 favorites 0 likes
#model-serving

@akshay_pachaar: Serverless vs on-prem vs edge deployment. (read before your next deploy) These are three different answers to the same …

X AI KOLs Following · 2026-07-28 Cached

This article compares serverless, on-prem, and edge deployment for AI models, highlighting inefficiencies in current multi-model serving. It introduces the Superlinked Inference Engine (SIE), an open-source tool that serves multiple models on a single GPU by dynamically loading and unloading weights, aiming to reduce costs and complexity.

0 favorites 0 likes
#model-serving

@DanKornas: Serving an AI model should not require rebuilding the API and deployment layer from scratch. BentoML is a Python model-…

X AI KOLs Timeline · 2026-07-27 Cached

BentoML is an open-source Python framework that simplifies packaging, serving, and deploying AI models as REST APIs with containerization and multi-model orchestration.

0 favorites 0 likes
#model-serving

@MiaAI_lab: DeepSeek v4 Flash has just been upgraded for your 2x DGX Sparks. 66.6 tokens per sec and up to 153.7 with 6 concurrent …

X AI KOLs Timeline · 2026-07-15 Cached

MiaAI Lab released an upgraded recipe for serving DeepSeek V4 Flash on two DGX Spark nodes using vLLM with DSpark speculative decoding and NVFP4 KV-cache, achieving up to 153.7 tokens per second with six concurrent sessions.

0 favorites 0 likes
#model-serving

Director: Accelerating Distributed MoE Serving via Online Proactive Expert Placement

arXiv cs.LG · 2026-07-13 Cached

This paper introduces Director, a distributed MoE serving system that minimizes end-to-end latency using prediction-driven, online proactive expert placement. It employs a lightweight predictor and a relaxation-based optimizer to achieve up to 55% latency reduction for models like Mistral, DeepSeek, and Qwen.

0 favorites 0 likes
#model-serving

Native-speed vLLM transformers modeling backend

Hugging Face Blog · 2026-07-08 Cached

Hugging Face announces the transformers vLLM modeling backend achieving native or faster speeds compared to custom vLLM implementations, allowing model authors to automatically leverage ultra-fast inference without porting code.

0 favorites 0 likes
#model-serving

Is DeepSeek v4 (Flash) really extremely cheap to run? If yes, how?

Reddit r/LocalLLaMA · 2026-07-06

The user asks why DeepSeek v4 Flash (284B parameters) is so cheap to run compared to smaller models like Qwen 27B, questioning if it's due to pricing dumping or architectural differences. The answer likely involves its MoE architecture and efficient inference techniques.

0 favorites 0 likes
#model-serving

@ParamSiddh: As an AI Infrastructure Engineer. Please learn: - GPU/VRAM fundamentals, quantization & batching - vLLM / TensorRT-LLM …

X AI KOLs Timeline · 2026-07-01 Cached

A tweet listing essential skills for AI infrastructure engineers, covering GPU fundamentals, inference optimization, distributed training, and production deployment.

0 favorites 0 likes
#model-serving

@RayFernando1337: What hardware do I need to fit this monstrosity at a decent token per second?

X AI KOLs Following · 2026-06-27 Cached

A user asks about hardware requirements for serving GLM-5.2 in NVFP4 format, which vLLM now supports with reduced memory footprint and maintained accuracy.

0 favorites 0 likes
#model-serving

@0xSero: Rejoice fellow 6000 enjoyers. We have GLM at home

X AI KOLs Following · 2026-06-18 Cached

A turnkey Docker setup to serve the GLM-5.2-NVFP4-REAP-469B model on 4× RTX PRO 6000 Blackwell GPUs using vLLM, with detailed instructions and configuration options.

0 favorites 0 likes
#model-serving

@QingQ77: Decouple Alibaba DAMO Academy's ZipEnhancer noise reduction model from the ModelScope pipeline and package it as a high-performance FastAPI denoising service. https://github.com/gyj1201/zipEnhancer… Alibaba DAMO Academy's Z…

X AI KOLs Timeline · 2026-06-08 Cached

This project decouples Alibaba DAMO Academy's ZipEnhancer noise reduction model from the ModelScope pipeline, rewrites the inference logic in pure PyTorch, and packages it as a FastAPI service. It supports FP16 half-precision and long audio segmentation, providing multiple noise reduction model switching and API interfaces.

0 favorites 0 likes
#model-serving

Luce Spark: a 35B MoE on a 16 GB GPU, without the offload tax

Reddit r/LocalLLaMA · 2026-06-08

Luce Spark is an open-source tool that enables running 35B MoE models on 16GB GPUs by intelligently caching hot experts on the GPU while keeping the rest in system RAM, using a calibrated placement and bounded async cache to maintain high throughput without the usual offload speed cliff.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback