[Bug] cmake --build csrc/balance_serve/build --verbose - report error
Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
- [ ] 4. If the issue you raised is not a bug but a question, please raise a discussion at https://github.com/kvcache-ai/ktransformers/discussions. Otherwise, it will be closed.
- [ ] 5. To help the community, I will use Chinese/English or attach an Chinese/English translation if using another language. Non-Chinese/English content without translation may be closed.
Describe the bug
1.git clone ktransformers at 2025/07/02 2.git submodule update --init --recursive 3. execute USE_BALANCE_SERVE=1 bash install.sh 4. then there is an error when process the command: cmake --build ktransformers/csrc/balance_serve/build --verbose --parallel=20 5. directly to execute the command cmake --build ktransformers/csrc/balance_serve/build --verbose --parallel=20. it will show detail errors
Reproduction
1.git clone ktransformers at 2025/07/02 2.git submodule update --init --recursive 3. execute USE_BALANCE_SERVE=1 bash install.sh 4. then there is an error when process the command: cmake --build ktransformers/csrc/balance_serve/build --verbose --parallel=20 5. directly to execute the command cmake --build ktransformers/csrc/balance_serve/build --verbose --parallel=20. it will show detail errors
Environment
ubuntu 22.04 nvcc --version: cuda12.0 nvidia-smi: cuda 12.8 , driver 570.124.04
或者进行如下操作也有相同的报错. cd PhotonLibOS cmake -B build cmake --build build -j 8
我也这样子的,请问您解决了吗??