From 33c01c6cf112a85a894d3ee04a01c58f6787225b Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Tue, 16 Sep 2025 11:24:23 +0100 Subject: [PATCH] Updated flag name --- toolboxes/Dockerfile.rocm-7rc-rocwmma-fa_all_quants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolboxes/Dockerfile.rocm-7rc-rocwmma-fa_all_quants b/toolboxes/Dockerfile.rocm-7rc-rocwmma-fa_all_quants index cd9d006..8a2167d 100644 --- a/toolboxes/Dockerfile.rocm-7rc-rocwmma-fa_all_quants +++ b/toolboxes/Dockerfile.rocm-7rc-rocwmma-fa_all_quants @@ -60,7 +60,7 @@ RUN cmake -S . -B build \ -DCMAKE_BUILD_TYPE=Release \ -DLLAMA_HIP_UMA=ON \ -DGGML_HIP_ROCWMMA_FATTN=ON \ - -GGML_CUDA_FA_ALL_QUANTS=ON \ + -DGGML_CUDA_FA_ALL_QUANTS=ON \ && cmake --build build --config Release -- -j$(nproc) \ && cmake --install build --config Release