Unverified Commit 1c001b80 authored by Atream's avatar Atream Committed by GitHub
Browse files

Merge pull request #880 from flappyknight/patch-1

Update install.md
parents 4f22d726 233ac55e
...@@ -49,7 +49,7 @@ Some preparation: ...@@ -49,7 +49,7 @@ Some preparation:
conda install -c conda-forge libstdcxx-ng # Anaconda provides a package called `libstdcxx-ng` that includes a newer version of `libstdc++`, which can be installed via `conda-forge`. conda install -c conda-forge libstdcxx-ng # Anaconda provides a package called `libstdcxx-ng` that includes a newer version of `libstdc++`, which can be installed via `conda-forge`.
strings ~/anaconda3/envs/ktransformers-0.3/lib/libstdc++.so.6 | grep GLIBCXX strings ~/anaconda3/envs/ktransformers/lib/libstdc++.so.6 | grep GLIBCXX
``` ```
- Make sure that PyTorch, packaging, ninja is installed You can also [install previous versions of PyTorch](https://pytorch.org/get-started/previous-versions/) - Make sure that PyTorch, packaging, ninja is installed You can also [install previous versions of PyTorch](https://pytorch.org/get-started/previous-versions/)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment