bitsandbytes icon indicating copy to clipboard operation
bitsandbytes copied to clipboard

Ascend NPU installation

Open LoSunny opened this issue 10 months ago • 1 comments

I am trying to install bitsandbytes, however it seems that the docs is outdated and I cannot find the requirements-dev.txt. In addition, when I try to run the cmake command, it prints out this error.

cmake -DCOMPUTE_BACKEND=npu -S .
-- Configuring bitsandbytes (Backend: npu)
CMake Error at CMakeLists.txt:264 (message):
  ascendc_kernel_cmake does not exist ,please check whether the can package
  is installed


-- Configuring incomplete, errors occurred!

LoSunny avatar Feb 18 '25 10:02 LoSunny