enable RPC server on rocm-7rc-rocwmma builds

This commit is contained in:
Donato Capitella
2025-11-02 13:18:36 +00:00
parent 2f2b1b33af
commit e7ab366464
+1 -1
View File
@@ -67,7 +67,7 @@ RUN cmake -S . -B build \
-DGGML_HIP=ON \
-DAMDGPU_TARGETS=gfx1151 \
-DCMAKE_BUILD_TYPE=Release \
-DLLAMA_HIP_UMA=ON \
-DGGML_RPC=ON \
-DGGML_HIP_ROCWMMA_FATTN=ON \
&& cmake --build build --config Release -- -j$(nproc) \
&& cmake --install build --config Release