Skip to content

Commit 598e990

Browse files
Update README.md
Co-authored-by: nv-kkudrynski <[email protected]>
1 parent b5335c3 commit 598e990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ TensorFlow XLA and PyTorch JIT and/or TorchScript
8787
XLA is a domain-specific compiler for linear algebra that can accelerate TensorFlow models with potentially no source code changes. The results are improvements in speed and memory usage.
8888

8989
**PyTorch JIT and/or TorchScript**
90-
orchScript is a way to create serializable and optimizable models from PyTorch code. TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
90+
TorchScript is a way to create serializable and optimizable models from PyTorch code. TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
9191

9292
**Automatic Mixed Precision (AMP)**
9393
Automatic Mixed Precision (AMP) enables mixed precision training on Volta, Turing, and NVIDIA Ampere GPU architectures automatically.

0 commit comments

Comments
 (0)