浏览代码

Update README.md

Co-authored-by: nv-kkudrynski <[email protected]>
alvarognvidia 5 年之前
父节点
当前提交
598e9903cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -87,7 +87,7 @@ TensorFlow XLA and PyTorch JIT and/or TorchScript
 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.
 
 **PyTorch JIT and/or TorchScript**  
-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++.
+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++.
 
 **Automatic Mixed Precision (AMP)**  
 Automatic Mixed Precision (AMP) enables mixed precision training on Volta, Turing, and NVIDIA Ampere GPU architectures automatically.