Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Update README.md #353

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading