Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhludnev committed Feb 19, 2024
1 parent 3001575 commit 9989f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/nvidia-trt/langchain_nvidia_trt/llms.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def __init__(
self,
llm: TritonTensorRTLLM,
request_id: str,
force_batch: bool,
signal_stop: bool,
stop_words: Sequence[str],
) -> None:
"""Instantiate the generator class."""
Expand Down

0 comments on commit 9989f78

Please sign in to comment.