-
Notifications
You must be signed in to change notification settings - Fork 502
Expand file tree
/
Copy pathCODEOWNERS
More file actions
37 lines (28 loc) · 956 Bytes
/
CODEOWNERS
File metadata and controls
37 lines (28 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Default owners for the repo
* @jerryzh168 @vkuzo
# Quantization
/torchao/quantization/ @jerryzh168 @andrewor14
/torchao/dtypes/ @jerryzh168
# Float8 / Low-precision training
/torchao/float8/ @vkuzo
# Prototype: MX formats and MoE training
/torchao/prototype/mx_formats/ @danielvegamyhre @vkuzo @drisspg
/torchao/prototype/moe_training/ @danielvegamyhre
# Sparsity
/torchao/sparsity/ @jerryzh168
# Optimizers
/torchao/optim/ @gau-nernst
# Experimental / Edge
/torchao/experimental/ @metascroy
# Kernels
/torchao/kernel/ @danielvegamyhre
/torchao/csrc/ @danielvegamyhre
# Docs
/docs/ @vkuzo @svekars
# X86
torchao/csrc/cpu/aten_kernels/ @Xia-Weiwen @Valentine233
torchao/prototype/float8_opaque_tensor/ @Xia-Weiwen
torchao/prototype/inductor/ @Xia-Weiwen @Valentine233
torchao/prototype/quantization/int4/ @Xia-Weiwen
torchao/quantization/pt2e/inductor_passes/ @Xia-Weiwen
torchao/quantization/pt2e/quantizer/x86_inductor_quantizer.py @Xia-Weiwen