mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-25 06:52:46 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
from .mixed_precision_base import MixedPrecision
|
|
|
|
|
|
class FP8MixedPrecision(MixedPrecision):
|
|
pass
|