mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-19 18:00:43 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
from .mixed_precision_base import MixedPrecision
|
|
|
|
|
|
class BF16MixedPrecision(MixedPrecision):
|
|
pass
|