CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
include/hk.h
include/hk.hpp
python/hk/__init__.py
python/hk/benchmark.py
python/hk/cli.py
python/hk/composite.py
python/hk/config.py
python/hk/constants.py
python/hk/flax.py
python/hk/format.py
python/hk/gguf_parser.py
python/hk/gui.py
python/hk/hf_mapper.py
python/hk/hk.dll
python/hk/jax.py
python/hk/libhk-linux-aarch64.so
python/hk/libhk-linux-x86_64.so
python/hk/libhk-macos-arm64.dylib
python/hk/libhk.dylib
python/hk/libhk.so
python/hk/modeling.py
python/hk/models.py
python/hk/native.py
python/hk/numpy.py
python/hk/offload.py
python/hk/pipeline.py
python/hk/pruning.py
python/hk/py.typed
python/hk/quantization.py
python/hk/raw.py
python/hk/remote.py
python/hk/tokenizer.py
python/hk/torch.py
python/hk/trainer.py
python/hk/adaptive/__init__.py
python/hk/adaptive/appendix.py
python/hk/adaptive/code_eval.py
python/hk/adaptive/expansion_evaluator.py
python/hk/adaptive/growth.py
python/hk/adaptive/self_conversation.py
python/hk/adaptive/self_play.py
python/hk/adaptive/self_training.py
python/hk/adaptive/topology.py
python/hknt.egg-info/PKG-INFO
python/hknt.egg-info/SOURCES.txt
python/hknt.egg-info/dependency_links.txt
python/hknt.egg-info/entry_points.txt
python/hknt.egg-info/requires.txt
python/hknt.egg-info/top_level.txt
tests/test_adaptive.py
tests/test_dynamic_offload.py
tests/test_expanded_features.py
tests/test_expansion_rigorous.py
tests/test_gguf_hf_parity.py
tests/test_hf_style.py
tests/test_native_engine.py
tests/test_new_features.py
tests/test_parity_pillars.py
tests/test_raw_weights.py
tests/test_self_training_pipeline.py
tests/test_torch_integration.py
tests/test_universal_pipeline.py