Skip to content

Commit 9292bf9

Browse files
Andrew (#1750)
* space addition * add image 3, code color test * finished code coloring * code comment fix
1 parent a1595a3 commit 9292bf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2024-09-26-pytorch-native-architecture-optimization.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ quantize\_ API has a few different options depending on whether your model is co
5050

5151
```py
5252
from torchao.quantization import (
53-
\# Memory bound models
53+
# Memory bound models
5454
int4\_weight\_only,
5555
int8\_weight\_only,
5656

57-
\# Compute bound models
57+
# Compute bound models
5858
int8\_dynamic\_activation\_int8\_semi\_sparse\_weight,
5959
int8\_dynamic\_activation\_int8\_weight,
6060

61-
\# Device capability 8.9+
61+
# Device capability 8.9+
6262
float8\_weight\_only,
6363
float8\_dynamic\_activation\_float8\_weight,
6464
)

0 commit comments

Comments
 (0)