Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

edgify / torch   python

Repository URL to install this package:

/ distributed / algorithms / _comm_hooks / __init__.py


from . import default_hooks as default

LOW_PRECISION_HOOKS = [
    default.fp16_compress_hook,
    default.bf16_compress_hook,
]