From 2026f89c13211a9f7837eb0ea9beed5de2b9cc03 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Wed, 31 Jul 2024 16:06:10 -0700 Subject: [PATCH] Update README.md --- 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.