Skip to content

Commit ac1ed1d

Browse files
authored
Typos
1 parent 6e1147d commit ac1ed1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
- We migrate to PyTorch 1.5.0. There are several changes in the C++ API of PyTorch.
1212
This new version is not backward-compatible with older PyTorch.
1313
- *Note*: if you are using CUDA 10.1, please install CUDA 10.1 Update 1 (or later version). There is a bug in
14-
the first version of CUDA 10.1 which leads to compilation error.
14+
the first version of CUDA 10.1 which leads to compilation errors.
1515
- *Note*: previous users, please remove the cache in the pytorch extension directory.
16-
For example, you can run this command `rm -rf /tmp/torch_extensions/quant_cuda /tmp/torch_extensions/quant_cuda` if
16+
For example, you can run this command `rm -rf /tmp/torch_extensions/quant_cuda /tmp/torch_extensions/quant_cpu` if
1717
you are using the default directory for pytorch extensions.
1818

1919

0 commit comments

Comments
 (0)