Ma Mana ma Manama
Ma Mana ma Manama
Same problem. Termux, and : ``` --logo-short SoC: Technology: CPU 1: uArch: ## ## ###### ###### # ### @@@@@@ @@@@@@ @@ @@ Max Freq: ### ### # # # #...
A tip - even without vision as an argument the "i" model is clever enough to use tesseract, on its own.
FYI, I have updated it slightly since, see: https://github.com/Manamama/Ubuntu_Scripts_1/blob/main/unhyphenate.py
Ref: ``` # Clone the plugin repo git clone https://github.com/linuxdeploy/linuxdeploy-plugin-appimage.git cd linuxdeploy-plugin-appimage mkdir build && cd build cmake .. make sudo make install Cloning into 'linuxdeploy-plugin-appimage'... remote: Enumerating objects: 381,...
Update: nothing interesting shown here, either: ``` (gdb) run Starting program: ... /Downloads/llama.cpp/build/bin/llama-cli --model "/media/.../DeepSeek-R1-Distill-Llama-8B-Q4_K_M.gguf" --cache-type-k q8_0 --threads 16 --prompt 'What is Tao?' -c 8192 [Thread debugging using libthread_db enabled]...
Oh, this worked: `sudo mv /usr/local/lib/libllama.so /usr/local/lib/libllama.so.bak` , now as it used to be: ``` /llama.cpp/build/bin$ ./llama-cli --model "/media/zezen/OS/Users/oin/Moje dokumenty/Mata/LLMs/DeepSeek-R1-Distill-Llama-8B-Q4_K_M.gguf" --cache-type-k q8_0 --threads 16 --prompt 'What is Tao?' -c 8192...