Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Oct 8, 2024
1 parent 97faf12 commit fa0159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/ml/inference/vllm_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def load_model(self) -> _VLLMModelServer:

async def _async_run_inference(
self,
batch: Sequence[Sequence[OpenAIChatMessage]],
batch: Sequence[str],
model: _VLLMModelServer,
inference_args: Optional[Dict[str, Any]] = None
) -> Iterable[PredictionResult]:
Expand Down

0 comments on commit fa0159d

Please sign in to comment.