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.
1 parent 07ef897 commit f7011a7Copy full SHA for f7011a7
docs/quick_start/easy_install.md
@@ -261,7 +261,7 @@ export CMAKE_PREFIX_PATH=`python -c 'import torch;print(torch.utils.cmake_prefix
261
And, follow the instructions in [Build and Install](#build-and-install) part above withou manually setting paths to dependencies.
262
See [the advanced installation guide](../advanced/install.md) for more features.
263
Make sure the environment variables are set before running `cmake`.
264
-Possible command: `cmake -B build -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON`.
+Possible command: `cmake -B build -DENABLE_MLALGO=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON`.
265
266
## Command line options
267
0 commit comments