Views
No views yet
1curl -fsSL https://linux.librepower.org/install.sh | sudo sh
2sudo apt install librepower-llama
3wget https://huggingface.co/librepowerai/Granite-3.3-2B-Instruct-Power/resolve/main/Granite-3.3-2B-Instruct-Q4_K_M.gguf
4lp-llama-completion -m Granite-3.3-2B-Instruct-Q4_K_M.gguf -p "Hello!" -n 64 -t $(nproc)1dnf install llama-aix
2wget https://huggingface.co/librepowerai/Granite-3.3-2B-Instruct-Power/resolve/main/Granite-3.3-2B-Instruct-Q4_K_M-be.gguf
3lp-llama-completion -m Granite-3.3-2B-Instruct-Q4_K_M-be.gguf -p "Hello!" -n 64 -t $(nproc)