소스 검색

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.