diff --git a/nightly/_modules/index.html b/nightly/_modules/index.html index a3c409c1f..95b23e27d 100644 --- a/nightly/_modules/index.html +++ b/nightly/_modules/index.html @@ -265,7 +265,7 @@
model (torch.nn.Module) – Input model.
model (torch.nn.Module) – Input model.
disable_autograd_tracking (bool) – Flag to disable gradients tracking for output parameters.
The returned params are unrelated to the set of params from the original model. If False (default),
the params will have requires_grad=True
on them (aka they will be trackable with regular
diff --git a/nightly/generated/functorch.make_functional_with_buffers.html b/nightly/generated/functorch.make_functional_with_buffers.html
index 82ee348ed..e89020008 100644
--- a/nightly/generated/functorch.make_functional_with_buffers.html
+++ b/nightly/generated/functorch.make_functional_with_buffers.html
@@ -267,7 +267,7 @@
model (torch.nn.Module) – Input model.
model (torch.nn.Module) – Input model.
disable_autograd_tracking (bool) – Flag to disable gradients tracking for output parameters.
The returned params are unrelated to the set of params from the original model. If False (default),
the params will have requires_grad=True
on them (aka they will be trackable with regular
diff --git a/nightly/generated/functorch.vjp.html b/nightly/generated/functorch.vjp.html
index f0cd8f891..be32e85a7 100644
--- a/nightly/generated/functorch.vjp.html
+++ b/nightly/generated/functorch.vjp.html
@@ -267,7 +267,7 @@
Note
-torch.vmap()
is aliased to torch.func.vmap()
for
+
torch.vmap()
is aliased to torch.func.vmap()
for
convenience. Use whichever one you’d like.