Skip to content

Commit 939292a

Browse files
authored
Merge pull request #4300 from unsuman/fix/krunkit-llama
Fix: `llama.cpp` build in the docs
2 parents 74ff62d + 24b5218 commit 939292a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

website/content/en/docs/config/vmtype/krunkit.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,7 @@ dnf install -y git cmake clang curl-devel glslc vulkan-devel virglrenderer
145145
git clone https://github.com/ggml-org/llama.cpp
146146
(
147147
cd llama.cpp
148-
git reset --hard 97340b4c9924be86704dbf155e97c8319849ee19
149-
cmake -B build -DGGML_VULKAN=ON -DGGML_CCACHE=OFF -DCMAKE_INSTALL_PREFIX=/usr
150-
# FIXME: the build seems to fail on Apple M4 Max (and probably on other processors too).
151-
# Error:
152-
# cc1: sorry, unimplemented: no support for ‘sme’ without ‘sve2’
148+
cmake -B build -DGGML_VULKAN=ON -DGGML_CCACHE=OFF -DGGML_NATIVE=OFF -DCMAKE_INSTALL_PREFIX=/usr
153149
cmake --build build --config Release -j8
154150
cmake --install build
155151
)

0 commit comments

Comments
 (0)