From fe6e08c867abf56b1acd0f34473c69cde624f0a3 Mon Sep 17 00:00:00 2001 From: Vasiliy Kuznetsov Date: Tue, 30 Jul 2024 08:03:26 -0700 Subject: [PATCH] Update README.md (#353) Summary: point to new code location in `torchao` Pull Request resolved: https://github.com/pytorch-labs/float8_experimental/pull/353 Reviewed By: msaroufim Differential Revision: D60452586 Pulled By: vkuzo fbshipit-source-id: 9bef1b6ac5ac0f7ebced7c5b986226cf9db6a5e2 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 642529f..3de842e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# NOTICE: float8_experimental has moved + +We have moved `float8_experimental` to +[pytorch/ao](https://github.com/pytorch/ao/tree/main/torchao/float8) + +- `import float8_experimental` is now `import torchao.float8` + # float8_experimental This is an early version of a library for accelerating training with float8 in native PyTorch