Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ascend NPU installation #1523

Open
LoSunny opened this issue Feb 18, 2025 · 1 comment
Open

Ascend NPU installation #1523

LoSunny opened this issue Feb 18, 2025 · 1 comment
Labels
Ascend NPU Related to Ascend NPU backend documentation Improvements or additions to documentation Low Risk Risk of bugs in transformers and other libraries

Comments

@LoSunny
Copy link

LoSunny commented Feb 18, 2025

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
Copy link
Author

LoSunny commented Feb 18, 2025

ascendc_kernel_cmake might be installed in aarch64-linux/tikcpp/ascendc_kernel_cmake, manually add it to the CMake txt will solve the issue

@matthewdouglas matthewdouglas added the Ascend NPU Related to Ascend NPU backend label Feb 19, 2025
@TimDettmers TimDettmers added documentation Improvements or additions to documentation high priority (first issues that will be worked on) Low Risk Risk of bugs in transformers and other libraries labels Feb 28, 2025
@matthewdouglas matthewdouglas removed the high priority (first issues that will be worked on) label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ascend NPU Related to Ascend NPU backend documentation Improvements or additions to documentation Low Risk Risk of bugs in transformers and other libraries
Projects
None yet
Development

No branches or pull requests

3 participants