efficient-inference

Tag

Cards List
#efficient-inference

New model release: Ling-3.0-tiny: 7.9B total parameters, with only 1.3B active per token- free for a week

Reddit r/LocalLLaMA · 3d ago

Release of Ling-3.0-tiny, a hybrid reasoning model with 7.9B total parameters and only 1.3B active per token, free for a week.

0 favorites 0 likes
#efficient-inference

PLAN: Parallel Liquid-Inspired Approximation Network for Efficient Representation Learning in Flexible Job Shop Scheduling

arXiv cs.LG · 5d ago Cached

This paper proposes PLAN, a lightweight parallel liquid-inspired approximation network for efficient representation learning in flexible job shop scheduling, achieving better makespan and lower inference latency with fewer parameters than state-of-the-art baselines.

0 favorites 0 likes
#efficient-inference

deepgrove/maple-preview

Hugging Face Models Trending · 5d ago Cached

DeepGrove releases Maple-Preview, an open-source 20B-A1B ternary-weight reasoning LLM with SOTA reasoning for its weight class, capable of 200+ tokens/sec on a Mac mini M4 and competitive with larger models.

0 favorites 0 likes
#efficient-inference

inclusionAI/Ling-3.0-flash · Hugging Face

Reddit r/LocalLLaMA · 6d ago Cached

inclusionAI released Ling-3.0-flash, a native hybrid reasoning model with 124B total/5.1B active parameters using a hybrid linear attention architecture (KDA+MLA) and sparse MoE. It matches or outperforms its 1T-class predecessor Ring-2.6-1T while being far more compute-efficient, with built-in agentic and long-context optimizations.

0 favorites 0 likes
#efficient-inference

SeDeM: Selective Decompression of Hidden-State Memories for Long-Context Question Answering

arXiv cs.CL · 6d ago Cached

SeDeM is a selective decompression framework that stores long-context hidden states in a compact memory bank and decompresses only query-relevant blocks for decoder conditioning, improving QA accuracy and efficiency over compression baselines.

0 favorites 0 likes
#efficient-inference

Special Architecture in AFM3 20B: Instruction Following Pruning

Reddit r/LocalLLaMA · 6d ago

Discusses Apple's AFM3 20B model architecture, which uses Instruction-Following Pruning to activate only ~20% of MLP layers per prompt and keep the model in flash storage for efficient on-device inference.

0 favorites 0 likes
#efficient-inference

Better, Stronger, Faster, and Broader: Structured All-Mask Prediction for MLLM-Based Segmentation

Hugging Face Daily Papers · 2026-08-03 Cached

This paper introduces Structured All-Mask Prediction and STAMPlus, a method for MLLM-based segmentation that jointly predicts all target masks in one non-autoregressive pass, resolving the trilemma of high segmentation performance, preserved dialogue ability, and fast inference.

0 favorites 0 likes
#efficient-inference

[Paper] EdgeRazor: A Lightweight Framework for Large Language Models via Mixed-Precision Quantization-Aware Distillation

Reddit r/LocalLLaMA · 2026-08-02

EdgeRazor is a lightweight framework for compressing large language models using entropy-guided mixed-precision quantization-aware distillation, achieving 1.88 bits per parameter while preserving teacher model competence and requiring no changes to inference implementations like llama.cpp. The method is demonstrated on small models such as MobileLLM and Qwen variants.

0 favorites 0 likes
#efficient-inference

Understanding Is Done Early: A Depth Division of Labor in Large Language Models and Its Use for Unbounded-Context Memory

arXiv cs.CL · 2026-07-31 Cached

This paper introduces CoMem, a method that exploits the depth-wise division of labor in LLMs to cache intermediate residual tensors and recompute only upper layers for retrieval, enabling bounded read compute and memory independent of stored-context length. Evaluated on Qwen3-8B, CoMem achieves strong long-context performance with significant memory savings and prefill speedups.

0 favorites 0 likes
#efficient-inference

Recall Before You Rank: Similarity-Guided Top-$K$ Reuse for Efficient Long-Context Attention

arXiv cs.CL · 2026-07-31 Cached

ReTopK is a training-free method that accelerates dynamic Top-K sparse attention for long-context LLMs by reusing historical query–support pairs, avoiding full-context scoring and global Top-K selection. It achieves up to 3.07x speedup over Exact Top-K with only 0.50% perplexity increase at 128K context.

0 favorites 0 likes
#efficient-inference

Addressable Recall Compaction for Long Context-Window Control in AI Agents

arXiv cs.AI · 2026-07-29 Cached

ARC improves retrieval efficiency and accuracy in long-context AI agents by separating append-only storage from bounded citation views, achieving near-perfect recall with lower latency and bandwidth.

0 favorites 0 likes
#efficient-inference

GLIDE: Guided Layerwise Hybrid Attention for Efficient LLM Inference

arXiv cs.AI · 2026-07-29 Cached

GLIDE introduces a layer-wise adaptive mechanism that strategically integrates sliding-window softmax attention with linear recurrent aggregation for efficient LLM inference, reducing KV cache I/O and latency for long contexts without compromising quality.

0 favorites 0 likes
#efficient-inference

SpecPrefetch: Parameter-Efficient Expert Prefetching for Sparse MoE Foundation Models

arXiv cs.AI · 2026-07-29 Cached

SpecPrefetch proposes a parameter-efficient expert prefetching framework for sparse MoE models, using a lightweight adapter to predict next-layer experts for asynchronous transfer while preserving native routing semantics. It achieves up to 20% decoding throughput improvement on a Snapdragon 8 Elite device, demonstrating practical benefits for memory-constrained deployment.

0 favorites 0 likes
#efficient-inference

TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM

Hugging Face Daily Papers · 2026-07-29 Cached

TurboVLA introduces a new Vision-Language-Action paradigm that directly maps vision and language to action, achieving 97.7% success on LIBERO with only 0.2B parameters and real-time inference at 32 Hz on consumer GPUs, significantly reducing computational cost.

0 favorites 0 likes
#efficient-inference

LiquidAI/LFM2.5-2.6B

Hugging Face Models Trending · 2026-07-28 Cached

Liquid AI released LFM2.5-2.6B, a 2.6B-parameter hybrid model optimized for on-device deployment with 128K context, agentic post-training, and fast inference (220 tok/s on Apple M5 Max) under 2.5GB memory.

0 favorites 0 likes
#efficient-inference

Neutrino-1 8B

Hacker News Top · 2026-07-28 Cached

Neutrino-1 8B is an 8.19B-parameter transformer with a proprietary ternary weight format, enabling it to fit on 8GB GPUs and serve multiple platforms from a single 3.88GB artifact with high decode speed.

0 favorites 0 likes
#efficient-inference

Show HN: A 6M-token movable window on a single 46GB GPU

Hacker News Top · 2026-07-28 Cached

This paper presents a frozen 12B model that uses a persistent memory of verified solutions to achieve 100% accuracy on solved problem families with zero generation tokens, and demonstrates a 6M-token movable window on a single 46GB GPU.

0 favorites 0 likes
#efficient-inference

Learning When to Reason for Text-to-SQL via SFT and DPO

arXiv cs.CL · 2026-07-28 Cached

Proposes AutoThinkSQL, a framework that integrates an auto-thinking mechanism into SFT and DPO for Text-to-SQL, enabling the model to dynamically skip reasoning for simple queries and invoke deep CoT for complex ones, achieving gains on Spider and BIRD benchmarks while reducing output tokens by 24.6% and latency by 17.1%.

0 favorites 0 likes
#efficient-inference

CausalGate: Causal Importance Distillation for Transformer Module Pruning

arXiv cs.LG · 2026-07-28 Cached

CausalGate introduces a method that uses causal interventions to measure the importance of transformer sub-layers and distills this into static scalar gates for efficient inference without runtime overhead, outperforming existing pruning and routing methods.

0 favorites 0 likes
#efficient-inference

A Frozen 12B Beats Frontier Models on Verified Work: 100% Accuracy, 0 Tokens, Bit-Exact, Forever

Hugging Face Daily Papers · 2026-07-26 Cached

A frozen 12B parameter model augmented with a persistent memory of verified solutions achieves 100% accuracy on over 180 instances across nine problem families with zero generation tokens, bit-exact deterministic outputs, outperforming frontier models on those solved tasks while using negligible compute.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback