Skip to content

vLLM Batches#1338

Merged
jlarson4 merged 28 commits into
dev-4.xfrom
feature/vllm-batched
May 28, 2026
Merged

vLLM Batches#1338
jlarson4 merged 28 commits into
dev-4.xfrom
feature/vllm-batched

Conversation

@jlarson4
Copy link
Copy Markdown
Collaborator

Description

Removed the hard gated single batch from vLLMDriver. Demo now includes a batching section.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have not rewritten tests relating to key interfaces which would affect backward compatibility

jlarson4 and others added 28 commits May 14, 2026 12:57
Cherry-picked from 98bbb835 on feature/vllm-integration. Resolved against
dev-4.x's Phase A type split:
- bridge.py: kept the shim (TransformerBridge content lives in
  transformer_bridge.py now).
- sources/transformers.py: accepted the scaffold's package restructure
  (transformers.py → transformers/{__init__,helpers,source}.py +
  _hf_format.py).
- sources/transformers/source.py: re-applied Phase A's explicit
  TransformersDriver construction in boot().

sources/vllm/source.py's boot_vllm currently sets bridge._forward_impl,
which Phase A removed. The function is dead until the next chunk lifts
it onto VLLMDriver + RemoteBridge — landing as-is so the scaffold tree is
on dev-4.x for incremental Phase B work.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jlarson4 jlarson4 merged commit 2e236da into dev-4.x May 28, 2026
47 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant