LICENSE
README.md
pyproject.toml
alloy/__init__.py
alloy/chat.py
alloy/convert.py
alloy/convert_cli.py
alloy/eval.py
alloy/generate.py
alloy/lora.py
alloy/serve.py
alloy/train.py
alloy/data/__init__.py
alloy/data/dataloader.py
alloy/kernels/__init__.py
alloy/models/__init__.py
alloy/models/attention_block.py
alloy/models/cache.py
alloy/models/hybrid_model.py
alloy/models/mamba_block.py
alloy/models/mamba_kernels.py
alloy_mlx.egg-info/PKG-INFO
alloy_mlx.egg-info/SOURCES.txt
alloy_mlx.egg-info/dependency_links.txt
alloy_mlx.egg-info/entry_points.txt
alloy_mlx.egg-info/requires.txt
alloy_mlx.egg-info/top_level.txt
tests/test_attention_block.py
tests/test_cache.py
tests/test_convert.py
tests/test_dataloader.py
tests/test_generate.py
tests/test_hybrid_model.py
tests/test_lora.py
tests/test_mamba_block.py
tests/test_metal_kernels.py
tests/test_train.py