build: remove -DGGML_CUDA_DISABLE_FUSION=1 from cmake configuration in rocm7-nightlies Dockerfile (this was for a temporary test)

This commit is contained in:
Donato Capitella
2026-04-03 15:21:58 +01:00
parent b376d1558b
commit bbd8f02014
-1
View File
@@ -67,7 +67,6 @@ RUN patch -p1 < /tmp/llama-grammar.patch \
-DAMDGPU_TARGETS=gfx1151 \
-DCMAKE_BUILD_TYPE=Release \
-DGGML_RPC=ON \
-DGGML_CUDA_DISABLE_FUSION=1 \
-DLLAMA_HIP_UMA=ON \
&& cmake --build build --config Release -- -j$(nproc) \
&& cmake --install build --config Release