File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
- We migrate to PyTorch 1.5.0. There are several changes in the C++ API of PyTorch.
12
12
This new version is not backward-compatible with older PyTorch.
13
13
- * 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 .
15
15
- * 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
17
17
you are using the default directory for pytorch extensions.
18
18
19
19
You can’t perform that action at this time.
0 commit comments