File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
website/content/en/docs/config/vmtype Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments