We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b88e3 commit 2103ab6Copy full SHA for 2103ab6
container-images/scripts/build_llama_and_whisper.sh
@@ -62,7 +62,7 @@ configure_common_flags() {
62
common_flags=("-DGGML_NATIVE=OFF")
63
case "$containerfile" in
64
rocm)
65
- common_flags+=("-DGGML_HIP=ON")
+ common_flags+=("-DGGML_HIP=ON" "-DAMDGPU_TARGETS=gfx1010,gfx1030,gfx1032,gfx1100,gfx1101,gfx1102")
66
;;
67
cuda)
68
common_flags+=("-DGGML_CUDA=ON" "-DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined")
0 commit comments