vfdff commented on issue #17569: URL: https://github.com/apache/tvm/issues/17569#issuecomment-2786513371
Thanks all, and I find the llvm-14 can also match the tvm, refer to https://github.com/apache/tvm/issues/17558 ``` (base) root@j00595921debug2-cc95c9977-q752v:/home/zhongyunde/tvm_codes/apache-tvm-src-v0.18.0/build# ldd libtvm.so linux-vdso.so.1 (0x00007ffe29a9c000) libnvrtc.so.12 => /usr/local/cuda-12.2/lib64/libnvrtc.so.12 (0x00007ffb5c800000) libLLVM-14.so.1 => /usr/lib/llvm-14/lib/libLLVM-14.so.1 (0x00007ffb55f2e000) ``` * On gpu should install nvcc first to enable **USE_CUDA ON**, then install llama-cpp-python > **CUDACXX=/usr/local/cuda/bin/nvcc** CMAKE_ARGS="-DGGML_CUDA=on -DLLAVA_BUILD=off" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir --force-reinstall --upgrad -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
