.gitignore
CLAUDE.md
LICENSE
README.md
RECIPES.md
pyproject.toml
versions.yaml
.claude-plugin/marketplace.json
.github/workflows/publish.yml
scripts/update-versions.py
sparkrun-cc-plugin/README.md
sparkrun-cc-plugin/.claude-plugin/plugin.json
sparkrun-cc-plugin/commands/benchmark.md
sparkrun-cc-plugin/commands/list.md
sparkrun-cc-plugin/commands/run.md
sparkrun-cc-plugin/commands/setup.md
sparkrun-cc-plugin/commands/status.md
sparkrun-cc-plugin/commands/stop.md
sparkrun-cc-plugin/skills/registry/SKILL.md
sparkrun-cc-plugin/skills/run/SKILL.md
sparkrun-cc-plugin/skills/setup/SKILL.md
src/sparkrun/__init__.py
src/sparkrun/__main__.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/benchmarking/__init__.py
src/sparkrun/benchmarking/base.py
src/sparkrun/benchmarking/llama_benchy.py
src/sparkrun/cli/__init__.py
src/sparkrun/cli/_benchmark.py
src/sparkrun/cli/_cluster.py
src/sparkrun/cli/_common.py
src/sparkrun/cli/_monitor_tui.py
src/sparkrun/cli/_recipe.py
src/sparkrun/cli/_registry.py
src/sparkrun/cli/_run.py
src/sparkrun/cli/_setup.py
src/sparkrun/cli/_stop_logs.py
src/sparkrun/cli/_tune.py
src/sparkrun/containers/__init__.py
src/sparkrun/containers/distribute.py
src/sparkrun/containers/registry.py
src/sparkrun/containers/sync.py
src/sparkrun/core/__init__.py
src/sparkrun/core/benchmark_profiles.py
src/sparkrun/core/bootstrap.py
src/sparkrun/core/cluster_manager.py
src/sparkrun/core/config.py
src/sparkrun/core/hosts.py
src/sparkrun/core/monitoring.py
src/sparkrun/core/pending_ops.py
src/sparkrun/core/recipe.py
src/sparkrun/core/registry.py
src/sparkrun/models/__init__.py
src/sparkrun/models/distribute.py
src/sparkrun/models/download.py
src/sparkrun/models/sync.py
src/sparkrun/models/vram.py
src/sparkrun/orchestration/__init__.py
src/sparkrun/orchestration/distribution.py
src/sparkrun/orchestration/docker.py
src/sparkrun/orchestration/infiniband.py
src/sparkrun/orchestration/job_metadata.py
src/sparkrun/orchestration/networking.py
src/sparkrun/orchestration/primitives.py
src/sparkrun/orchestration/scripts.py
src/sparkrun/orchestration/ssh.py
src/sparkrun/orchestration/sudo.py
src/sparkrun/runtimes/__init__.py
src/sparkrun/runtimes/base.py
src/sparkrun/runtimes/eugr_vllm_ray.py
src/sparkrun/runtimes/llama_cpp.py
src/sparkrun/runtimes/sglang.py
src/sparkrun/runtimes/trtllm.py
src/sparkrun/runtimes/vllm_distributed.py
src/sparkrun/runtimes/vllm_ray.py
src/sparkrun/scripts/__init__.py
src/sparkrun/scripts/clear_cache.sh
src/sparkrun/scripts/clear_cache_fallback.sh
src/sparkrun/scripts/clear_cache_sudoers.sh
src/sparkrun/scripts/container_launch.sh
src/sparkrun/scripts/cx7_configure.sh
src/sparkrun/scripts/cx7_detect.sh
src/sparkrun/scripts/exec_serve_detached.sh
src/sparkrun/scripts/exec_serve_foreground.sh
src/sparkrun/scripts/fix_permissions.sh
src/sparkrun/scripts/fix_permissions_fallback.sh
src/sparkrun/scripts/fix_permissions_sudoers.sh
src/sparkrun/scripts/host_monitor.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/mesh_ssh_keys.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
src/sparkrun/scripts/sglang_clone_benchmarks.sh
src/sparkrun/scripts/vllm_clone_benchmarks.sh
src/sparkrun/tuning/__init__.py
src/sparkrun/tuning/_common.py
src/sparkrun/tuning/distribute.py
src/sparkrun/tuning/sglang.py
src/sparkrun/tuning/sync.py
src/sparkrun/tuning/vllm.py
src/sparkrun/utils/__init__.py
src/sparkrun/utils/cli_formatters.py
tests/conftest.py
tests/test_benchmark.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_networking.py
tests/test_primitives.py
tests/test_recipe.py
tests/test_registry.py
tests/test_runtimes.py
tests/test_scripts.py
tests/test_ssh.py
tests/test_trtllm_runtime.py
tests/test_tuning.py
tests/test_tuning_distribute.py
tests/test_vram.py
website/astro.config.mjs
website/package.json
website/tsconfig.json
website/wrangler.jsonc
website/public/favicon.svg
website/public/sparkrun-terminal.mp4
website/src/content.config.ts
website/src/assets/sparkrun-logo.svg
website/src/components/landing/ComingSoon.tsx
website/src/components/landing/FeatureCards.tsx
website/src/components/landing/Footer.tsx
website/src/components/landing/HeroVideo.tsx
website/src/components/landing/InstallCommand.tsx
website/src/components/landing/QuickStart.tsx
website/src/components/overrides/Footer.astro
website/src/content/docs/index.mdx
website/src/content/docs/claude-code-plugin/commands.mdx
website/src/content/docs/claude-code-plugin/overview.mdx
website/src/content/docs/cli/benchmark.mdx
website/src/content/docs/cli/cluster-commands.mdx
website/src/content/docs/cli/logs.mdx
website/src/content/docs/cli/overview.mdx
website/src/content/docs/cli/recipe-commands.mdx
website/src/content/docs/cli/run.mdx
website/src/content/docs/cli/setup-commands.mdx
website/src/content/docs/cli/status.mdx
website/src/content/docs/cli/stop.mdx
website/src/content/docs/cli/tune.mdx
website/src/content/docs/clusters/creating.mdx
website/src/content/docs/clusters/managing.mdx
website/src/content/docs/clusters/status.mdx
website/src/content/docs/getting-started/installation.mdx
website/src/content/docs/getting-started/networking.mdx
website/src/content/docs/getting-started/quick-start.mdx
website/src/content/docs/getting-started/ssh-setup.mdx
website/src/content/docs/getting-started/troubleshooting.mdx
website/src/content/docs/recipes/format.mdx
website/src/content/docs/recipes/gguf-recipes.mdx
website/src/content/docs/recipes/registries.mdx
website/src/content/docs/recipes/writing-recipes.mdx
website/src/content/docs/runtimes/eugr-vllm.mdx
website/src/content/docs/runtimes/llama-cpp.mdx
website/src/content/docs/runtimes/overview.mdx
website/src/content/docs/runtimes/sglang.mdx
website/src/content/docs/runtimes/vllm.mdx
website/src/styles/custom.css
website/src/styles/landing.css