Kernels
wyldecat commited on
Commit
fa059da
·
1 Parent(s): e2b41e5

Update arxiv URL

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ Optimizer is a python package that provides:
12
 
13
  ## Currently implemented
14
  - Parallel Muon with N-D sharding
15
- - arxiv URL: (TBW)
16
  - Supports **general N-D sharding configurations**
17
  - The implementation is not tied to any specific parallel strategy.
18
  - Verified from basic FSDP2 setups up to hybrid configurations such as
 
12
 
13
  ## Currently implemented
14
  - Parallel Muon with N-D sharding
15
+ - [arxiv URL](https://arxiv.org/abs/2511.07464)
16
  - Supports **general N-D sharding configurations**
17
  - The implementation is not tied to any specific parallel strategy.
18
  - Verified from basic FSDP2 setups up to hybrid configurations such as