From 013cce38cdb4454a0d3a21e6af67151c91f29ab3 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Wed, 31 Jul 2024 16:57:29 -0700 Subject: [PATCH] Update README.md (#583) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8905b3f43..3622d19c6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Introduction -torchao is a library to create and integrate high-performance custom data types, layouts and kernels into your PyTorch workflows with up to **2x speedups** with **65% less VRAM** for [inference](#inference) and support for [training](#training) +torchao is a library to create and integrate high-performance custom data types, optimization techniques and kernels into your PyTorch workflows with up to **2x speedups** with **65% less VRAM** for [inference](#inference) and support for [training](#training) All with no intrusive code changes and minimal accuracy degradation.