Skip to content

Commit

Permalink
[Core] Add engine option to return only deltas or final output (vllm-…
Browse files Browse the repository at this point in the history
…project#7381)

Signed-off-by: Amit Garg <mitgarg17495@gmail.com>
  • Loading branch information
njhill authored and garg-amit committed Oct 28, 2024
1 parent 20e9b56 commit a211469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/async_engine/test_async_llm_engine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import asyncio
import os
import uuid
from asyncio import CancelledError
from copy import copy
from dataclasses import dataclass
Expand Down

0 comments on commit a211469

Please sign in to comment.