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-4.1-8B-Power/resolve/main/Granite-4.1-8B-Q4_K_M.gguf
4lp-llama-completion -m Granite-4.1-8B-Q4_K_M.gguf -p "Hello!" -n 64 -t $(nproc)1dnf install llama-aix
2wget https://huggingface.co/librepowerai/Granite-4.1-8B-Power/resolve/main/Granite-4.1-8B-Q4_K_M-be.gguf
3lp-llama-completion -m Granite-4.1-8B-Q4_K_M-be.gguf -p "Hello!" -n 64 -t $(nproc)Granite-4.1-8B-Q4_K_M.gguf — little-endian (Ubuntu/Linux ppc64le)Granite-4.1-8B-Q4_K_M-be.gguf — big-endian (IBM AIX)