intelligent-machine-learning / glake

GLake: optimizing GPU memory management and IO transmission.
Apache License 2.0
351 stars 32 forks source link

Fail to build GlakeServe #25

Closed efsotr closed 3 weeks ago

efsotr commented 1 month ago

Fail at python setup.py install # build GlakeServe

-- Build type: RelWithDebInfo
-- Target device: cuda
-- Found python matching: ~/anaconda3/envs/glake/bin/python.
CMake Error at ~/anaconda3/envs/glake/lib/python3.11/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:70 (message):
  Failed to find nvToolsExt
Call Stack (most recent call first):
  ~/anaconda3/envs/glake/lib/python3.11/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:87 (include)
  ~/anaconda3/envs/glake/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package)
  CMakeLists.txt:67 (find_package)

For the specific cause of the error, see pytorch issues 133293