pytorch-labs / float8_experimental

This repository contains the experimental PyTorch native float8 training UX
BSD 3-Clause "New" or "Revised" License
210 stars 20 forks source link

upcoming feature tracker #187

Closed vkuzo closed 1 month ago

vkuzo commented 7 months ago

configurability

performance

distributed

other

bhack commented 6 months ago

Is there a plan to support AMP?

vkuzo commented 4 months ago

Is there a plan to support AMP?

Sorry for late reply! We don't have a plan to support AMP in the near future because the eng cost to support delayed scaling in an AMP-like API would be too high, because delayed scaling is stateful. For now we would like to have a consistent API between dynamic and delayed scaling for easy ablation studies. If the community converges on dynamic scaling in the future (which is stateless), we could adjust.

vkuzo commented 1 month ago

moved to https://github.com/pytorch/ao/issues/556