Introducing Three New Serverless Inference Providers: Hyperbolic, Nebius AI Studio, and Novita đ„
Read the original on Hugging Face Blog âThe Flow has not summarised this story yet â read it at Hugging Face Blog.
The Flow has not summarised this story yet â read it at Hugging Face Blog.
Advancing cost-efficient reasoning
arXiv:2607. 14149v1 Announce Type: new Abstract: Although large language models (LLMs) have set benchmarks for zero-shot reasoning, their deployment remains cost-prohibitive and environmentally taxing.
The paper presents a method for distributing large language model inference across multiple Intel AI PCs by splitting the model into pipeline shards, each preâcompiled into an OpenVINO graph. Three key techniquesâbeam_idx Gather to enable GPU optimizations, speculative decoding on stateful models, and interleaved microâbatchingâallow a twoânode LlamaâŻ3.1âŻ8B INT4 pipeline to serve two users at 1.79Ă the throughput of a singleânode model, while a fourânode deployment can run a 70B model that no single PC can hold. The authors provide code, benchmark logs, and reproduction scripts on GitHub.
arXiv:2606. 13020v1 Announce Type: new Abstract: Three paradigmatic forms of inference recur across scientific reasoning: deduction, induction, and causal abduction.