.gitignore
.readthedocs.yaml
.shellcheckrc
.yapfignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile.spyre
LICENSE
README.md
RELEASING.md
format.sh
pyproject.toml
uv.lock
.github/workflows/actionlint.yml
.github/workflows/add_label_automerge.yml
.github/workflows/build-and-publish.yaml
.github/workflows/doc-lint.yml
.github/workflows/lint_code.yml
.github/workflows/mypy.yaml
.github/workflows/publish-to-test-pypi.yaml
.github/workflows/reminder_comment.yml
.github/workflows/shellcheck.yml
.github/workflows/stale.yml
.github/workflows/test-spyre.yml
.github/workflows/matchers/actionlint.json
.github/workflows/matchers/mypy.json
.github/workflows/matchers/ruff.json
docs/Makefile
docs/README.md
docs/requirements-docs.txt
docs/source/conf.py
docs/source/index.md
docs/source/installation.md
docs/source/contributing/overview.md
docs/source/user_guide/configuration.md
docs/source/user_guide/env_vars.md
docs/source/user_guide/supported_features.md
docs/source/user_guide/supported_models.md
examples/offline_inference_multi_spyre.py
examples/offline_inference_spyre.ipynb
examples/offline_inference_spyre.py
examples/offline_inference_spyre_cb_test.py
examples/online_inference_spyre.ipynb
examples/online_inference_spyre_multiple.ipynb
examples/spyre_warmup_online_client.py
tests/conftest.py
tests/spyre_util.py
tests/e2e/test_spyre_basic.py
tests/e2e/test_spyre_cb.py
tests/e2e/test_spyre_embeddings.py
tests/e2e/test_spyre_max_new_tokens.py
tests/e2e/test_spyre_online.py
tests/e2e/test_spyre_online_multi.py
tests/e2e/test_spyre_seed.py
tests/e2e/test_spyre_static_batching_limits.py
tests/e2e/test_spyre_tensor_parallel.py
tests/e2e/test_spyre_warmup_shapes.py
tests/utils/test_spyre_backend_list.py
tests/utils/test_spyre_model_list.py
tests/v1/worker/test_spyre_input_batch.py
tools/actionlint.sh
tools/check_repo.sh
tools/doc-lint.sh
tools/mypy.sh
tools/report_build_time_ninja.py
tools/shellcheck.sh
vllm_spyre/__init__.py
vllm_spyre/_version.py
vllm_spyre/envs.py
vllm_spyre/perf_metrics.py
vllm_spyre/platform.py
vllm_spyre.egg-info/PKG-INFO
vllm_spyre.egg-info/SOURCES.txt
vllm_spyre.egg-info/dependency_links.txt
vllm_spyre.egg-info/entry_points.txt
vllm_spyre.egg-info/requires.txt
vllm_spyre.egg-info/top_level.txt
vllm_spyre/core/__init__.py
vllm_spyre/core/scheduler.py
vllm_spyre/model_executor/__init__.py
vllm_spyre/model_executor/model_loader/__init__.py
vllm_spyre/model_executor/model_loader/spyre.py
vllm_spyre/model_executor/model_loader/spyre_setup.py
vllm_spyre/v1/__init__.py
vllm_spyre/v1/core/__init__.py
vllm_spyre/v1/core/scheduler.py
vllm_spyre/v1/worker/__init__.py
vllm_spyre/v1/worker/spyre_input_batch.py
vllm_spyre/v1/worker/spyre_model_runner.py
vllm_spyre/v1/worker/spyre_worker.py
vllm_spyre/worker/__init__.py
vllm_spyre/worker/spyre_embedding_model_runner.py
vllm_spyre/worker/spyre_model_runner.py
vllm_spyre/worker/spyre_worker.py