Skip to content

Commit 8757ff2

Browse files
committed
[ez] Fix path to float8.py in readme
1 parent 315191e commit 8757ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You may want to see how the model is defined or how parallelism techniques are a
8181
* [torchtitan/models/llama3/parallelize_llama.py](torchtitan/models/llama3/parallelize_llama.py) - helpers for applying Data Parallel, Tensor Parallel, activation checkpointing, and `torch.compile` to the model
8282
* [torchtitan/models/llama3/pipeline_llama.py](torchtitan/models/llama3/pipeline_llama.py) - helpers for applying Pipeline Parallel to the model
8383
* [torchtitan/components/checkpoint.py](torchtitan/components/checkpoint.py) - utils for saving/loading distributed checkpoints
84-
* [torchtitan/components/float8.py](torchtitan/components/float8.py) - utils for applying Float8 techniques
84+
* [torchtitan/components/quantization/float8.py](torchtitan/components/quantization/float8.py) - utils for applying Float8 techniques
8585

8686

8787
## Installation

0 commit comments

Comments
 (0)