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).

Logs
  • 07:21, 21 August 2026 Tacoball talk contribs created page LM/llama.cpp for TurboQuant (Created page with "== Download source == <syntaxhighlight lang="bash"> sudo apt install git cmake sudo apt install libssl-dev openssl mkdir -p ~/llama.cpp/src git clone https://github.com/ggerganov/llama.cpp ~/llama.cpp/src git clone https://github.com/TheTom/llama-cpp-turboquant ~/llama.cpp/src-tbq </syntaxhighlight> == List available options == <syntaxhighlight lang="bash"> grep -rn "option(GGML_SYCL" CMakeLists.txt ggml/CMakeLists.txt grep -rn "SYCL" CMakeLists.txt ggml/CMakeLists.t...")