ggml-org/llama.cpp: b10731
qwen4exp: support recurrent state rollback (#28123) MTP speculative decoding needs the target state to move back by the number of rejected draft tokens. Without rollback support the context is classified as…
Topic - Edition
qwen4exp: support recurrent state rollback (#28123) MTP speculative decoding needs the target state to move back by the number of rejected draft tokens. Without rollback support the context is classified as…
qwen4exp: sum the indexer heads by slices (#28023) qwen4exp: sum the indexer heads by slices The head reduction went through a transpose and a sum_rows over ne[1], which left sum_rows with ne0 = 4, one block per row for…
Which only made sense on Intel Macs, which have not been supported for quite some time. Discovered while compiling on MacOS-27, where this function is deprecated. Pull Request resolved: #195365 Approved by:…
This PR is auto-generated nightly by this action. Updates the Metamates merge rule with active team members. Pull Request resolved: #195520 Approved by: https://github.com/pytorchbot
Summary: Every value in the torch namespace is a process-lifetime singleton, and on a free-threaded build every one of them is an ordinary mortal PyObject. Loading a mortal object owned by another thread takes the…
Motivation #189102 bumped the gradient tolerances for test_comprehensive_combinations_cuda_float16 after #186595 / #189305 reimplemented torch.combinations on top of index_put, whose fp16 backward Inductor accumulates…
This is a followup on #188267 and #61612 and tries to dispatch index_put_ to masked_fill_.Scalar where possible - e.g. gpu_tensor[mask] = 1.0 - instead of converting the scalar to a CPU tensor first. While this prevents…
[ROCm] Fix invalid max_seqlen in test_dummy_mha_with_nt, unskip NT te…
[CUDA] Fix out-of-bounds/invalid-gradient in layer_norm's huge-M gamm…
includes fix for #193893 authored with codex Pull Request resolved: #195492 Approved by: https://github.com/Skylion007
Summary Fixes #195182 Replace unbounded strcpy() in Socket::prepare_address() with a length check and bounded copy into sockaddr_un.sun_path. Changes Zero-initialize sockaddr_un with {} Reject paths >= sizeof(sun_path)…
[distributed] Warn pipeline users about eager NCCL communicators (#19…
fix(release): restore evidence reuse and reconcile advisory ranges (#…
Release 0.153.0-alpha.2
fix(release): preserve original attempts in reused validation chore(ui): refresh measured startup baseline
Release 0.153.0-alpha.1
arXiv:2608.30261v1 Announce Type: cross Abstract: We estimate the conditional population-risk curve of a realized smooth nonconvex gradient flow from the training sample. Flow approximate leave-one-out (Flow-ALO)…
arXiv:2608.29255v1 Announce Type: cross Abstract: Artificial Intelligence-Generated Content (AIGC) services employ Generative AI (GenAI) models to automatically generate diverse content. Mobile AIGC networks host GenAI…
arXiv:2608.29362v1 Announce Type: cross Abstract: Sparse computations are fundamental to scientific computing, graph analytics, and machine learning, yet their performance is highly sensitive to the diverse sparsity and…
arXiv:2510.01159v3 Announce Type: replace Abstract: Learning the dynamics of a process given sampled observations at several time points is an important but difficult task in many scientific applications. When no…
500 items available