LICENSE
README.md
setup.py
bigsmall/__init__.py
bigsmall/cli.py
bigsmall/container.py
bigsmall/decoder.py
bigsmall/delta.py
bigsmall/encoder.py
bigsmall/formats.py
bigsmall/hub.py
bigsmall/hub_index.py
bigsmall/streaming.py
bigsmall/streaming_model.py
bigsmall/tensor_analysis.py
bigsmall/verify.py
bigsmall.egg-info/PKG-INFO
bigsmall.egg-info/SOURCES.txt
bigsmall.egg-info/dependency_links.txt
bigsmall.egg-info/entry_points.txt
bigsmall.egg-info/requires.txt
bigsmall.egg-info/top_level.txt
bigsmall/codecs/__init__.py
bigsmall/codecs/bf16.py
bigsmall/codecs/fp16.py
bigsmall/codecs/fp32.py
bigsmall/codecs/fp4.py
bigsmall/codecs/fp8.py
bigsmall/codecs/generic.py
bigsmall/codecs/special.py
bigsmall/integrations/__init__.py
bigsmall/integrations/diffusion.py
bigsmall/integrations/huggingface.py
bigsmall/integrations/vllm.py
tests/test_delta.py
tests/test_diffusion.py
tests/test_hf_integration.py
tests/test_inference.py
tests/test_roundtrip.py
tests/test_streaming.py