Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Created August 23, 2024 16:00
Show Gist options
  • Save thewh1teagle/18d2dd88e52bc31b91d1d2ec192d1e49 to your computer and use it in GitHub Desktop.
Save thewh1teagle/18d2dd88e52bc31b91d1d2ec192d1e49 to your computer and use it in GitHub Desktop.
Build llama.cpp
cmake -B build . -DGGML_VULKAN=ON -DBUILD_SHARED_LIBS=OFF -DGGML_CCACHE=OFF -DCMAKE_BUILD_TYPE=Release
CMAKE_BUILD_PARALLEL_LEVEL=16 cmake --build build --target llama-cli --config Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment