Skip to content

Commit 31dea5f

Browse files
lukeyeagerapaszke
authored andcommitted
Small typo in README (pytorch#613)
1 parent ec4602a commit 31dea5f

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
@@ -101,7 +101,7 @@ We hope you never spend hours debugging your code because of bad stack traces or
101101

102102
PyTorch has minimal framework overhead. We integrate acceleration libraries
103103
such as Intel MKL and NVIDIA (CuDNN, NCCL) to maximize speed.
104-
At the core, it's CPU and GPU Tensor and Neural Network backends
104+
At the core, its CPU and GPU Tensor and Neural Network backends
105105
(TH, THC, THNN, THCUNN) are written as independent libraries with a C99 API.
106106
They are mature and have been tested for years.
107107

0 commit comments

Comments
 (0)