Updated flag name

This commit is contained in:
Donato Capitella
2025-09-16 11:24:23 +01:00
parent 2b68d181ba
commit 33c01c6cf1
@@ -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