Skip to content

Commit 5c93ef1

Browse files
authored
Update and rename 2022-6-28-pytorch-1-12-torcharrow-functional-api-for-modules-and-nvfuser-are-now-available.md to 2022-6-28-pytorch-1.12-released.md
URL and Code block update
1 parent 80cde97 commit 5c93ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The new ``torch.nn.utils.stateless.functional_call()`` API allows for:
3939
- Any parameter or buffer present in the module can be swapped with an externally-defined value for use in the call. Naming for referencing parameters / buffers follows the fully-qualified form in the module’s ``state_dict()``
4040

4141
Example:
42-
```Python
42+
```python
4343
import torch
4444
from torch import nn
4545
from torch.nn.utils.stateless import functional_call

0 commit comments

Comments
 (0)