Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions docs/contributing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,7 @@ Here is a list of `pytest` markers you can use to filter them:

### Testing Continuous Batching

!!! attention
Continuous batching currently requires the custom installation described below until the FMS custom branch is merged to main.

After completing the setup steps above, install custom FMS branch to enable support for continuous batching:

```sh
uv pip install git+https://github.com/foundation-model-stack/foundation-model-stack.git@paged_attn_mock --force-reinstall
```

Then, run the continuous batching tests:
Run the continuous batching tests:

```sh
python -m pytest -v -x tests/e2e -m cb
Expand Down
3 changes: 0 additions & 3 deletions examples/offline_inference/cb_spyre_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

from vllm import LLM, SamplingParams

# Continuous batching currently requires installing the branch
# https://github.com/foundation-model-stack/foundation-model-stack/tree/paged_attn_mock

parser = argparse.ArgumentParser()
parser.add_argument("--model",
type=str,
Expand Down