LICENSE
README.md
pyproject.toml
src/granite_switch/__init__.py
src/granite_switch/config.py
src/granite_switch.egg-info/PKG-INFO
src/granite_switch.egg-info/SOURCES.txt
src/granite_switch.egg-info/dependency_links.txt
src/granite_switch.egg-info/entry_points.txt
src/granite_switch.egg-info/requires.txt
src/granite_switch.egg-info/top_level.txt
src/granite_switch/composer/__init__.py
src/granite_switch/composer/adapter_discovery.py
src/granite_switch/composer/adapter_loader.py
src/granite_switch/composer/arch.py
src/granite_switch/composer/compose_granite_switch.py
src/granite_switch/composer/compose_utils.py
src/granite_switch/composer/tokenizer_setup.py
src/granite_switch/composer/validator.py
src/granite_switch/composer/weight_remapper.py
src/granite_switch/composer/weight_transfer.py
src/granite_switch/composer/reporting/__init__.py
src/granite_switch/composer/reporting/adapter_analysis.py
src/granite_switch/composer/reporting/compose_report.py
src/granite_switch/composer/reporting/model_card.py
src/granite_switch/composer/reporting/population_table.py
src/granite_switch/hf/__init__.py
src/granite_switch/hf/modeling_granite_switch.py
src/granite_switch/hf/core/__init__.py
src/granite_switch/hf/core/lora.py
src/granite_switch/hf/switch/__init__.py
src/granite_switch/hf/switch/single.py
src/granite_switch/tutorials/__init__.py
src/granite_switch/tutorials/govt_data_loader.py
src/granite_switch/tutorials/rag_display.py
src/granite_switch/tutorials/vllm_server.py
src/granite_switch/tutorials/utils/__init__.py
src/granite_switch/tutorials/utils/hf_helpers.py
src/granite_switch/vllm/__init__.py
src/granite_switch/vllm/granite_switch_model.py
src/granite_switch/vllm/core/__init__.py
src/granite_switch/vllm/core/decoder.py
src/granite_switch/vllm/core/lora.py
src/granite_switch/vllm/core/lora_kernel_meta.py
src/granite_switch/vllm/switch/__init__.py
src/granite_switch/vllm/switch/single.py