Skip to content

feat: support vLLM offline batching#188

Merged
Ki-Seki merged 7 commits into
mainfrom
Ki-Seki/issue101
Jun 12, 2026
Merged

feat: support vLLM offline batching#188
Ki-Seki merged 7 commits into
mainfrom
Ki-Seki/issue101

Conversation

@Ki-Seki

@Ki-Seki Ki-Seki commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary

  • Add VLLMOffline.batch(...) support for GIM inputs.
  • Build per-query structured output params and pass a sampling_params list to vLLM, allowing different schemas in one batch.
  • Add batch input/response helpers, tests, and vLLM offline docs.

Closes #101

Verification

  • uv run pytest
  • uv run mypy src/gimkit
  • uv run ruff check src/gimkit/models/utils.py src/gimkit/models/vllm_offline.py tests/models/test_utils.py tests/models/test_vllm_offline.py

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://SculptAI.github.io/GIMKit/pr-preview/pr-188/

Built to branch gh-pages at 2026-06-12 12:34 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@Ki-Seki Ki-Seki merged commit b549aef into main Jun 12, 2026
16 checks passed
@Ki-Seki Ki-Seki deleted the Ki-Seki/issue101 branch June 12, 2026 12:34
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.

feat: support batching

1 participant