Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb81bd97

Browse files
committed
update tests
Signed-off-by: Yibin Li <109242046+yibinl-nvidia@users.noreply.github.com>
1 parente375653 commitb81bd97

File tree

2 files changed

+79
-303
lines changed

2 files changed

+79
-303
lines changed

‎tensorrt_llm/_torch/pyexecutor/llm_request.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ def _transfer_chunk_to_host(self):
174174

175175
deffinalize_transfer(self):
176176
"""Force transfer of any remaining fragments to host (for chunked mode)"""
177-
ifself.use_chunked_logitsandhasattr(
178-
self,'_device_fragments')andself._device_fragments:
177+
ifself.use_chunked_logitsandself._device_fragments:
179178
self._transfer_chunk_to_host()
180179

181180
defset_exclude_last(self,should_exclude_last:bool)->None:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp