All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:42, 4 September 2026 Tacoball talk contribs created page LM/llama.cpp for CUDA (Created page with "== Build == <syntaxhighlight lang="bash"> cmake -B build/cuda -G Ninja \ -DGGML_CUDA=ON \ -DCMAKE_BUILD_TYPE=Release cmake -B build/cuda -G Ninja \ -DGGML_CUDA=ON \ -DGGML_NATIVE=ON \ -DGGML_LTO=ON \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_RPATH="\$ORIGIN/../lib" \ -DCMAKE_CXX_FLAGS="-O3 -fp-model=fast=2 -qopenmp" \ -DCMAKE_C_FLAGS="-O3 -fp-model=fast=2 -qopenmp" cmake --build build/cuda cmake --install build/cuda --prefix ~/llama.cpp/cuda </syn...")