refactor: split ai/ into hermes/ and ollama/ directories with gfx906 build #19

Merged
gortium merged 21 commits from feat/ollama-gfx906 into master 2026-05-11 01:26:12 +00:00
5 changed files with 90 additions and 2 deletions
Showing only changes of commit a3d0fa0072 - Show all commits

View File

@@ -47,6 +47,7 @@ RUN mkdir -p build && cd build && \
cmake .. \
--preset 'ROCm 6' \
-DAMDGPU_TARGETS="gfx906:xnack-;gfx940;gfx1010;gfx1030;gfx1100;gfx1200" \
-DCMAKE_HIP_COMPILER=/opt/rocm/bin/hipcc \
-DCMAKE_BUILD_TYPE=Release && \
cmake --build . -- -l $(nproc) && \
cmake --install . --component HIP --strip --prefix /build/dist