Skip to content

Commit b5e2b9b

Browse files
authored
[https://nvbugs/5702795][fix] Remove the warning message for aten.log. (#9665)
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
1 parent 09beaa5 commit b5e2b9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorrt_llm/_torch/models/modeling_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class MetaInitMode(TorchDispatchMode):
7171
random_init_ops = {
7272
aten.normal_.default,
7373
aten.uniform_.default,
74+
aten.log.default,
7475
# TODO: this is not a exhaustive list for random init ops, add as needed
7576
}
7677

0 commit comments

Comments
 (0)