From a6bd146950760e62d043f9fc6c9e5d8fb6502e3a Mon Sep 17 00:00:00 2001 From: Vasiliy Kuznetsov Date: Tue, 30 Jul 2024 08:02:20 -0700 Subject: [PATCH] Update README.md for float8 to new feature tracker Updates the feature tracker link to the new AO issue --- torchao/float8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchao/float8/README.md b/torchao/float8/README.md index abab3b9fa..d0b139a11 100644 --- a/torchao/float8/README.md +++ b/torchao/float8/README.md @@ -7,7 +7,7 @@ and composable with key systems such as autograd, ```torch.compile``` and distri With ``torch.compile`` on, initial results show throughput speedups of up to 1.2x on small scale (8 GPUs) LLaMa pretraining jobs. -:warning: See the [feature tracker](https://github.com/pytorch-labs/torchao.float8/issues/187) for upcoming features. +:warning: See the [feature tracker](https://github.com/pytorch/ao/issues/556) for upcoming features. :warning: Backwards compatibility is not guaranteed at this point. The codebase is in active development and will change rapidly.