Understanding PyTorch’s Test Infrastructure
PyTorch's test infrastructure dynamically generates test names across devices and dtypes, causing CI failures to show names like TestLinalgCUDA.test_matmul_cuda_float32 that differ from source templat…
PyTorch's test infrastructure dynamically generates test names across devices and dtypes, causing CI failures to show names like TestLinalgCUDA.test_matmul_cuda_float32 that differ from source templat…
Hugging Bay has indexed external metadata for the jcplus/illustration_k2_6 model from ModelScope, but the model is not hosted on the platform and requires review before trusted downloads are available…
AMD published a guide demonstrating a GPU-resident YOLO26 object detection pipeline on the Radeon AI PRO R9700 GPU using ROCm 7.2. The pipeline keeps video frames in VRAM from decode to bounding boxes…
Google released Perfetto v57, fixing a bug where overlapping PyTorch profiler events failed to display in traces, and adding support for journald logs and an AI skill.…
The OpenSearch Foundation positions OpenSearch as an open data infrastructure layer for AI applications, search, observability, and security monitoring, as agentic workloads scale. Executive director …
Predicated execution and conditional execution are two approaches to handling control flow in programming, with predicated execution running all instructions but committing only those meeting a condit…
Andrzej Janik released ZLUDA v6 on June 29, adding 32-bit PhysX support and AI workload improvements, but announced commercial funding has ended for the third time, returning the project to a weekend …
Giles Thomas built a JAX training loop for an LLM from scratch, using NNX and Optax, as part of a project to replicate GPT-2 small quality without referencing Sebastian Raschka's book. He trained a ba…
RadixArk released Miles, an open-source PyTorch-native framework for large-scale LLM reinforcement learning post-training. The framework integrates SGLang for rollout, NVIDIA Megatron-LM for training,…
IBS Software used Amazon Bedrock's managed distillation capabilities to build a bilingual named entity recognition system for cargo logistics, achieving 95.085% F1-Score accuracy while reducing operat…
Schrödinger partnered with Google Cloud to deploy AlphaEvolve, an AI coding agent from Google DeepMind, achieving a 4x speedup in molecular discovery by optimizing machine-learned force field training…
NVIDIA used Nsight Systems and Nsight Compute to optimize its NuRec neural reconstruction pipeline, reducing reconstruction times from hours toward a goal of real-time performance for autonomous vehic…
The tensor4all team, led by Hiroshi Shinaoka of Saitama University, has released tenferro-rs, a Rust-native dense tensor stack for scientific computing that supports linear algebra, autodiff, einsum, …
AWS's Amazon Bedrock service provides a fully managed platform for deploying generative AI applications via a model-as-a-service approach. A structured deployment workflow covers permissions, network …
Nansense, a new interactive PyTorch debugger, allows developers to pause training, step batch-by-batch, and time-travel to different epochs while visualizing activations, gradients, weights, and optim…
PyTorch introduced the Cross-Repository CI Relay (CRCR), an automated pipeline that triggers and tracks CI in downstream repositories whenever changes are made to pytorch/pytorch. Results are displaye…
Developer tryfonaskam released PILA, an open-source imitation learning agent that learns to play the browser racing game PolyTrack by training on screen captures and human keyboard inputs. Implemented…
A Rust toolkit for reverse-engineering the Oura Ring's BLE protocol enables cloud-free data access from Gen 3/4/5 rings, including live heart rate, SpO2, sleep stages, and activity MET levels, bypassi…
A developer built an artist attribution system using PyTorch and a pretrained ResNet-50 model. The system classifies paintings by artist with top-3 predictions, leveraging transfer learning for effici…
Google's Gemma 3 270M language model can be fine-tuned for structured data extraction using PyTorch and Hugging Face libraries, according to a tutorial that walks beginners through the process of teac…