[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:
Guoming Zhang 2025-12-04 00:02:15 +08:00 committed by GitHub
parent 09beaa5933
commit b5e2b9b51f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}