We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87bbbb5 + 65407e4 commit 20e5c1cCopy full SHA for 20e5c1c
docs/install.md
@@ -241,9 +241,9 @@ This part of installation is based on [Installation](#installation). If DeePKS f
241
242
### Extra prerequisites
243
244
-- C++ compiler, supporting **C++14**. For example, Intel C++ compiler 18
245
-- [LibTorch](https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcpu.zip) for cpu, with c++11 ABI;
246
-- [Libnpy](https://github.com.cnpmjs.org/llohse/libnpy/);
+- C++ compiler, supporting **C++14**
+- [LibTorch](https://pytorch.org/) with cxx11 ABI supporting CPU
+- [Libnpy](https://github.com/llohse/libnpy/)
247
248
### Extra settings for building
249
0 commit comments