cmake -B build -DGGML_CUDA=ON
cmake --build build --config Release -j20
cmake -B build -G Ninja -DGGML_HIP=ON -DAMDGPU_TARGETS=$(amdgpu-arch)
cmake --build build -j20 --config Release
Last active
June 3, 2026 07:10
-
-
Save dipankardas011/8aec41f5c4da6750c76adcc2e9d3bc16 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clean Build for CUDA LLAMA CPP
Clean Build for Vulkan LLAMA CPP