Skip to content

Commit ca973f7

Browse files
Andrew (#1737)
* remove latest blog post * New Fixed Blog Post * fix title * fix v1
1 parent 46dcfd7 commit ca973f7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

+2-6
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,11 @@ from torchao.quantization import (
6161
float8\_dynamic\_activation\_float8\_weight,
6262
)
6363

64-
![](/assets/images/Figure_1.png){:style="width:100%"}
6564

66-
<<<<<<< HEAD:_posts/2024-09-25-pytorch-native-architecture-optimization.md
67-
We also have extensive benchmarks on diffusion models in collaboration with the HuggingFace diffusers team in [diffusers-torchao](https://github.com/sayakpaul/diffusers-torchao) where we demonstrated 53.88% speedup on Flux.1-Dev and 27.33% speedup on CogVideoX-5b
68-
=======
65+
We also have extensive benchmarks on diffusion models in collaboration with the HuggingFace diffusers team in [diffusers-torchao](https://github.com/sayakpaul/diffusers-torchao) where we demonstrated 53.88% speedup on Flux.1-Dev and 27.33% speedup on CogVideoX-5b
66+
6967
![](/assets/images/Figure_1.png){:style="width:100%"}
7068

71-
We also have extensive benchmarks on diffusion models in collaboration with the HuggingFace diffusers team in [diffusers-torchao](https://github.com/sayakpaul/diffusers-torchao) where we demonstrated 53.88% speedup on Flux.1-Dev and 27.33% speedup on CogVideoX-5b
72-
>>>>>>> 97898699f7101b847da377106274783ced03bb3d:_posts/2024-09-25-pytorch-native-architecture-optimizaion.md
7369

7470
Our APIs are composable so we’ve for example composed sparsity and quantization to bring 5% [speedup for ViT-H inference](https://github.com/pytorch/ao/tree/main/torchao/sparsity)
7571

0 commit comments

Comments
 (0)