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

Commit2d7af4b

Browse files
authored
[https://nvbugs/5468897][fix] fix invalid expression for disabling pa… (#7762)
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
1 parentb940ebf commit2d7af4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tensorrt_llm/_torch/models/modeling_utils.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ def load_single_module(name, module):
831831
p.data.copy_(module_weights[n][:])
832832

833833
ifos.environ.get("TRT_LLM_DISABLE_LOAD_WEIGHTS_IN_PARALLEL",
834-
True)in ["True","true","1","yes","y"]:
834+
"True")in ["True","true","1","yes","y"]:
835835
forname,moduleintqdm(list(model.named_modules()),
836836
desc="Loading weights"):
837837
load_single_module(name,module)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp