.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
recipes/.placeholder
recipes/nemotron3-nano-30b-nvfp4-vllm.yaml
recipes/nemotron3-nano-30b-vllm.yaml
recipes/qwen3-1.7b-llama-cpp.yaml
recipes/qwen3-1.7b-sglang.yaml
recipes/qwen3-1.7b-vllm.yaml
recipes/qwen3-coder-next-fp8-sglang-cluster.yaml
src/sparkrun/__init__.py
src/sparkrun/__main__.py
src/sparkrun/bootstrap.py
src/sparkrun/cli.py
src/sparkrun/cluster_manager.py
src/sparkrun/config.py
src/sparkrun/hosts.py
src/sparkrun/recipe.py
src/sparkrun/registry.py
src/sparkrun/vram.py
src/sparkrun.egg-info/PKG-INFO
src/sparkrun.egg-info/SOURCES.txt
src/sparkrun.egg-info/dependency_links.txt
src/sparkrun.egg-info/entry_points.txt
src/sparkrun.egg-info/requires.txt
src/sparkrun.egg-info/top_level.txt
src/sparkrun/containers/__init__.py
src/sparkrun/containers/distribute.py
src/sparkrun/containers/registry.py
src/sparkrun/containers/sync.py
src/sparkrun/models/__init__.py
src/sparkrun/models/distribute.py
src/sparkrun/models/download.py
src/sparkrun/models/sync.py
src/sparkrun/orchestration/__init__.py
src/sparkrun/orchestration/docker.py
src/sparkrun/orchestration/infiniband.py
src/sparkrun/orchestration/primitives.py
src/sparkrun/orchestration/scripts.py
src/sparkrun/orchestration/ssh.py
src/sparkrun/runtimes/__init__.py
src/sparkrun/runtimes/base.py
src/sparkrun/runtimes/eugr_vllm.py
src/sparkrun/runtimes/llama_cpp.py
src/sparkrun/runtimes/sglang.py
src/sparkrun/runtimes/vllm.py
src/sparkrun/scripts/__init__.py
src/sparkrun/scripts/container_launch.sh
src/sparkrun/scripts/exec_serve_detached.sh
src/sparkrun/scripts/exec_serve_foreground.sh
src/sparkrun/scripts/ib_detect.sh
src/sparkrun/scripts/image_distribute.sh
src/sparkrun/scripts/image_sync.sh
src/sparkrun/scripts/ip_detect.sh
src/sparkrun/scripts/model_distribute.sh
src/sparkrun/scripts/model_sync.sh
src/sparkrun/scripts/model_sync_gguf.sh
src/sparkrun/scripts/ray_head.sh
src/sparkrun/scripts/ray_worker.sh
tests/conftest.py
tests/test_bootstrap.py
tests/test_cli.py
tests/test_cli_recipe.py
tests/test_cluster_manager.py
tests/test_config.py
tests/test_distribute.py
tests/test_docker.py
tests/test_gguf.py
tests/test_hosts.py
tests/test_infiniband.py
tests/test_recipe.py
tests/test_registry.py
tests/test_runtimes.py
tests/test_scripts.py
tests/test_ssh.py
tests/test_vram.py