LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
bitnet_v3/__init__.py
bitnet_v3.egg-info/PKG-INFO
bitnet_v3.egg-info/SOURCES.txt
bitnet_v3.egg-info/dependency_links.txt
bitnet_v3.egg-info/entry_points.txt
bitnet_v3.egg-info/not-zip-safe
bitnet_v3.egg-info/requires.txt
bitnet_v3.egg-info/top_level.txt
bitnet_v3/core/__init__.py
bitnet_v3/core/hadamard.py
bitnet_v3/core/quantization.py
bitnet_v3/core/straight_through.py
bitnet_v3/examples/__init__.py
bitnet_v3/examples/basic_usage.py
bitnet_v3/models/__init__.py
bitnet_v3/models/bitnet_v3.py
bitnet_v3/models/transformer.py
bitnet_v3/modules/__init__.py
bitnet_v3/modules/aht_lp.py
bitnet_v3/modules/bitlinear.py
bitnet_v3/modules/dr_qap.py
bitnet_v3/modules/este_m.py
bitnet_v3/modules/gakd.py
bitnet_v3/modules/mpq.py
tests/__init__.py
tests/test_integration.py