HackerTrans
トップ新着トレンドコメント過去質問紹介求人

xnan

no profile record

投稿

Show HN: ngrep – grep plus word embeddings (Rust)

github.com
3 ポイント·投稿者 xnan·4 か月前·2 コメント

I wrote a minimal PyTorch FSDP to understand how it works (~240 LOC)

github.com
1 ポイント·投稿者 xnan·6 か月前·0 コメント

Show HN: EduFSDP – Minimal and educational Fully Sharded Data Parallel

github.com
2 ポイント·投稿者 xnan·6 か月前·1 コメント

コメント

xnan
·4 か月前·議論
Oops, didn't know, thanks! I just added a section on how to compile and try it without a system installation to avoid any name clash :)
xnan
·6 か月前·議論
Hi everyone,

I’ve recently been digging into the PyTorch FSDP implementation. It’s powerful and highly optimized, which naturally means the codebase is extensive and isn't always straightforward to navigate. In the process, I decided to write a minimal implementation based on my findings, mainly to emphasize and show the different states and pre/post forward/backward of FSDP, all in a single place!

Hope this helps others!