.gitignore
.shellcheckrc
.yapfignore
Dockerfile.spyre
LICENSE
README.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/create-github-release.yml
.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
.github/workflows/scripts/build.sh
.github/workflows/scripts/create_release.js
.github/workflows/scripts/cuda-install.sh
.github/workflows/scripts/env.sh
.github/workflows/scripts/pytorch-install.sh
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_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/core/sched/__init__.py
vllm_spyre/v1/core/sched/output.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