Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bitsandbytes / research / __init__.py
Size: Mime:
from . import nn
from .autograd._functions import (
    matmul_fp8_global,
    matmul_fp8_mixed,
    switchback_bnb,
)