mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 03:39:48 +00:00
fix hwloc README (#1592)
This commit is contained in:
parent
743f6f719b
commit
bb1a667169
1 changed files with 7 additions and 0 deletions
|
|
@ -59,6 +59,13 @@ Try `export CMAKE_ARGS="-D CMAKE_CUDA_COMPILER=$(which nvcc)"` and run `pip inst
|
|||
|
||||
#### hwloc Not Found
|
||||
|
||||
```
|
||||
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
|
||||
CMake Error at CMakeLists.txt:531 (message):
|
||||
FindHWLOC needs pkg-config program and PKG_CONFIG_PATH must contain the
|
||||
path to hwloc.pc file.
|
||||
```
|
||||
|
||||
Run `sudo apt install libhwloc-dev` if on a Debian-based system or build from source: https://www.open-mpi.org/projects/hwloc/.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue