News
Latest
Top
Search
Submit
Login
Search
▲
721
Leaving Meta and PyTorch
(soumith.ch)
by saikatsg |
view
|
173 comments
▲
8
20x less peak RAM in the new PyTorch memory budget solver
(jedrzej.maczan.pl)
by yu3zhou4 |
view
|
0 comments
▲
7
Leaving PyTorch and Meta
(soumith.ch)
by amrrs |
view
|
1 comments
▲
4
Show HN: Speculative Decoding from Scratch in PyTorch (2.8x CPU Speedup)
(github.com)
by kunal51107 |
view
|
1 comments
▲
4
Masked Softmax Layers in PyTorch
(mcognetta.github.io)
by mcyc |
view
|
0 comments
▲
4
Can-t stop till you get enough: Rewriting Pytorch in Rust
(cant.bearblog.dev)
by TuckerBMorgan |
view
|
1 comments
▲
3
Visual Introduction to PyTorch
(0byte.io)
by 0bytematt |
view
|
0 comments
▲
3
Llama 2 inference from scratch in C++20 (No PyTorch/GGML, ARM NEON)
(github.com)
by recoverydial |
view
|
0 comments
▲
2
AIsbom – open-source CLI to detect "Pickle Bombs" in PyTorch models
(github.com)
by lab700xdev |
view
|
1 comments
▲
2
GBNet: XGBoost and LightGBM Modules for PyTorch
(github.com)
by GBNetMaintainer |
view
|
0 comments
▲
2
Show HN: Hirschberg Algorithm in PyTorch
(jedrzej.maczan.pl)
by yu3zhou4 |
view
|
0 comments
▲
2
Refining my process of attacking large codebases and contributing to PyTorch
(michaelgathara.org)
by Michaelgathara |
view
|
0 comments
▲
2
Show HN: PyTorch-World – Modular Library to Build and Train World Models
(github.com)
by paramthakkar |
view
|
0 comments
▲
2
Show HN: GPT-OSS Flash Attention via Native PyTorch SDPA
(gist.github.com)
by markrogersjr |
view
|
0 comments
▲
2
One-line tensor visualization for PyTorch and NumPy
(github.com)
by anilz |
view
|
1 comments
▲
2
State-of-the-art CIFAR-100 classifier in PyTorch (ResNet-50, 84% accuracy)
(github.com)
by Amirali-SR |
view
|
1 comments
▲
2
Hands-On Machine Learning with Scikit-Learn and PyTorch
(github.com)
by teleforce |
view
|
0 comments
▲
2
PyTorch Co-Founder Soumith Chintala Departs Meta After 11 Years
(twitter.com)
by bobrenjc93 |
view
|
0 comments
▲
2
We Started with Jax but Moved to PyTorch
(mlechner.substack.com)
by aaraujo002 |
view
|
0 comments
▲
2
A PoC to make a backdoored PyTorch neural network
(hacktelligence.org)
by Eclipser |
view
|
0 comments
▲
2
DeepInverse Joins the PyTorch Ecosystem
(pytorch.org)
by jeremyscanvic |
view
|
0 comments
▲
2
Running load using official Nvidia PyTorch image boost performance by 50%
(bartusiak.ai)
by riomus |
view
|
2 comments
▲
1
PyTorch Broadcasting Semantics
(docs.pytorch.org)
by tosh |
view
|
0 comments
▲
1
Show HN: easy-torch-tpu – A Flexible Training Pipeline for PyTorch Models on TPU
(github.com)
by in-silico |
view
|
0 comments
▲
1
PyTorch MPS Ops
(github.com)
by tosh |
view
|
0 comments
▲
1
Silent Backwards Compatibility Breaking Changes in PyTorch
(blog.ezyang.com)
by matt_d |
view
|
0 comments
▲
1
Show HN: Tensor Spy: inspect NumPy and PyTorch tensors in the browser, no upload
(tensorspy.com)
by jacobn |
view
|
0 comments
▲
1
Show HN: Nabla – Pure Rust GPU math engine, 7.5× faster matmul than PyTorch
(github.com)
by fumishiki |
view
|
0 comments
▲
1
Show HN: AxonML – A PyTorch-equivalent ML framework written in Rust
(github.com)
by AutomataNexus |
view
|
1 comments
▲
1
Show HN: PyTorch/FEniCSx pipeline for elastocaloric metamaterial optimization
by Rao_Atreya |
view
|
0 comments
▲
1
Show HN: Volresample – 3D volume resampling up to 13× faster than PyTorch on CPU
(github.com)
by hojijoji |
view
|
0 comments
▲
1
Making PyTorch –> Qualcomm NPUs less treacherous
(muna.ai)
by olokobayusuf |
view
|
1 comments
▲
1
Show HN: Mamba3-minimal – PyTorch implementation of Mamba-3
(github.com)
by vikramkarlex |
view
|
0 comments
▲
1
Show HN: Optional AI accelerator support without PyTorch (ONNX and NumPy)
(github.com)
by vicioussquid |
view
|
1 comments
▲
1
Mooncake Joins PyTorch Ecosystem
(pytorch.org)
by mji |
view
|
0 comments
▲
1
Show HN: KlongPy now supports PyTorch and autograd
by eismcc |
view
|
0 comments
▲
1
Understanding How GIL Affects Checkpoint Performance in PyTorch Training
(shayon.dev)
by shayonj |
view
|
0 comments
▲
1
PyTorch Geometric
(pytorch-geometric.readthedocs.io)
by waldarbeiter |
view
|
0 comments
▲
1
Show HN: Finding stragglers in multi-GPU PyTorch (DDP) training
(github.com)
by traceopt-ai |
view
|
0 comments
▲
1
Memory Infrastructure for AI Systems – Cascade, PyTorch Memory, Hebbian Mind
(cipscorps.io)
by Opus_Warrior |
view
|
1 comments
▲
1
Building Highly Efficient Inference System for Recommenders Using PyTorch
(pytorch.org)
by mfiguiere |
view
|
0 comments
▲
1
Onnx2fx: Yet another ONNX to PyTorch FX converter
(github.com)
by mshr-h |
view
|
0 comments
▲
1
LayerClaw – Observability tool for PyTorch training
by prabhavsanga |
view
|
0 comments
▲
1
LayerClaw – Lightweight observability for PyTorch training runs
(github.com)
by prabhavsanga |
view
|
0 comments
▲
1
Show HN: Reimplementing PyTorch from scratch (MLP, CNN) to learn the internals
(github.com)
by geyuxu |
view
|
1 comments
▲
1
Axiom: Hi-perf. C++ tensor lib. NumPy/PyTorch-like API, SIMD,BLAS,Metal support
(github.com)
by npalli |
view
|
0 comments
▲
1
Full AI Suite for LispE: Llama.cpp, Tiktoken, MLX and PyTorch
(lobste.rs)
by todsacerdoti |
view
|
0 comments
▲
1
Getting a Custom PyTorch LLM onto the Hugging Face Hub
(gilesthomas.com)
by ibobev |
view
|
0 comments
▲
1
MLX: Why not implement this in PyTorch?
(github.com)
by tosh |
view
|
0 comments
▲
1
Getting a Custom PyTorch LLM onto the Hugging Face Hub
(gilesthomas.com)
by gpjt |
view
|
0 comments