← Back to Home

Tag: 性能优化 (10 articles)

Kimi K3 Is Here: Efficient Day-0 Support on vLLM

vLLM achieved efficient day-0 support for the trillion-parameter MoE model Kimi K3, paving the way for ultra-large model deployment through key optimizations like hybrid caching and speculative decoding.

vLLM Blog · Jul 27, 2026

TRE Python binding — ReDoS robustness demo

Simon Willison demonstrates how the TRE regex library is immune to ReDoS attacks that cripple Python's built-in re module, exposing the fatal flaw of traditional backtracking engines.

Simon Willison · May 5, 2026

Mixture of Experts (MoEs) in Transformers

Mixture of Experts (MoEs) are becoming a new trend in Transformers by enhancing computational efficiency and optimizing parallel processing, driving the evolution of large language models.

Hugging Face Blog · Feb 26, 2026

Exploring Static Embedding Retrieval

LlamaIndex explores applying ColBERT-style MaxSim scoring to static embedding models, finding that raw lookup tables fail due to lack of context, but fine-tuning the vocabulary table itself can significantly improve performance.

LlamaIndex Blog ·

vLLM Tops the Artificial Analysis Leaderboard

The open-source inference engine vLLM has outperformed all proprietary competitors in deploying multiple frontier open-weight models, with its core optimization techniques like operator fusion publicly available, revealing the immense potential of open source in AI inference.

vLLM Blog ·