README.md
pyproject.toml
setup.py
core/__init__.py
core/attention.py
core/block.py
core/config.py
core/generation.py
core/lora.py
core/mlp.py
core/model.py
core/moe.py
core/old_model.py
core/output.py
core/sharding.py
dantinox/__init__.py
dantinox/bench.py
dantinox/cli.py
dantinox/exceptions.py
dantinox/generator.py
dantinox/hub.py
dantinox/plotting.py
dantinox/py.typed
dantinox/trainer.py
dantinox.egg-info/PKG-INFO
dantinox.egg-info/SOURCES.txt
dantinox.egg-info/dependency_links.txt
dantinox.egg-info/entry_points.txt
dantinox.egg-info/requires.txt
dantinox.egg-info/top_level.txt
tests/test_improvements.py
tests/test_lora.py
tests/test_mla.py
tests/test_model.py
tests/test_sweep_simulation.py
tests/test_trainer.py
utils/__init__.py
utils/helpers.py
utils/tokenizer.py