910B llama.cpp op[Range], outSize from framework (OFF) is 1, but outSize from tiling (OFT) is 64.
收藏回复举报
910B llama.cpp op[Range], outSize from framework (OFF) is 1, but outSize from tiling (OFT) is 64.
t('forum.solved') 已解决
新人帖
发表于2025-03-19 15:08:02
0 查看

CPU:Kunpeng-920

NPU:Ascend910B4 * 8 24.1.rc3

模型:QwQ-32B.gguf

推理框架:llama.cpp

编译方式:

cmake -B build -DGGML_CANN=ON -DCMAKE_BUILD_TYPE=RELEASE

cmake --build build --config Release -j 192 --target llama-server

运行方式:

build/bin/llama-server -m /data/model/QwQ-32B.gguf --port 8080 --host 0.0.0.0 -gnl 99 -t 192 --prio 2

cke_635.png

我要发帖子