mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[https://nvbugs/5702795][fix] Remove the warning message for aten.log. (#9665)
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
This commit is contained in:
parent
09beaa5933
commit
b5e2b9b51f
@ -71,6 +71,7 @@ class MetaInitMode(TorchDispatchMode):
|
||||
random_init_ops = {
|
||||
aten.normal_.default,
|
||||
aten.uniform_.default,
|
||||
aten.log.default,
|
||||
# TODO: this is not a exhaustive list for random init ops, add as needed
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user