removed rocm7beta from builds and fixed 7rc build

This commit is contained in:
Donato Capitella
2025-08-16 10:58:10 +01:00
parent ca0800bd01
commit 5a417bc3b5
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -53,7 +53,6 @@ RUN cmake -S . -B build \
-DAMDGPU_TARGETS=gfx1151 \
-DCMAKE_BUILD_TYPE=Release \
-DLLAMA_HIP_UMA=ON \
-DGGML_HIP_ROCWMMA_FATTN=ON \
&& cmake --build build --config Release -- -j$(nproc) \
&& cmake --install build --config Release