y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#model-inference News & Analysis

4 articles tagged with #model-inference. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

4 articles
AIBullisharXiv – CS AI · Jun 107/10
🧠

IntentKV: Cross-Turn Intent-Aware KV Cache Pruning for Agent Inference

Researchers introduce IntentKV, a learned KV cache pruning technique that optimizes memory usage for multi-turn LLM agents without modifying the base model. The method achieves 23-30% reductions in peak request tokens and up to 92.6% fewer KV reads under tight memory budgets, addressing a critical bottleneck in long-horizon agent inference.

AIBullisharXiv – CS AI · May 277/10
🧠

Chain Of Thought Compression: A Theoretical Analysis

Researchers provide the first theoretical analysis of Chain-of-Thought (CoT) compression in Large Language Models, proving that skipping intermediate reasoning steps creates exponential learning signal decay for high-order logical dependencies. They propose ALiCoT, a framework that achieves 54.4x computational speedup while maintaining reasoning performance by aligning latent token distributions with intermediate states.

AIBullishHugging Face Blog · Oct 46/107
🧠

Accelerating over 130,000 Hugging Face models with ONNX Runtime

Microsoft's ONNX Runtime now supports over 130,000 Hugging Face models, providing significant performance improvements for AI model inference. This integration enables faster deployment and execution of popular machine learning models across various hardware platforms.

AINeutralHugging Face Blog · Nov 44/103
🧠

Scaling up BERT-like model Inference on modern CPU - Part 2

This appears to be a technical article about optimizing BERT model inference performance on CPU architectures, part of a series on scaling transformer models. The article likely covers implementation strategies and performance improvements for running large language models efficiently on CPU hardware.