Views
No views yet
Gemma license. This model is governed by the Gemma Terms of Use and the Gemma Prohibited Use Policy, which apply to you as a downstream user. The weights have been modified (quantized to Q4_K_M, text-only, endianness-converted). NOT Apache-2.0 — unlike the rest of the LibrePower catalog.
1sudo apt install librepower-llama
2lp-llama-models get gemma-3-4b # or wget the LE file below
3lp-llama-completion -m Gemma-3-4B-it-Q4_K_M.gguf -p "Hola!" -n 64 -t $(nproc)1dnf install llama-aix
2wget https://huggingface.co/librepowerai/Gemma-3-4B-it-Power/resolve/main/Gemma-3-4B-it-Q4_K_M-be.gguf
3lp-llama-completion -m Gemma-3-4B-it-Q4_K_M-be.gguf -p "Hola!" -n 64 -t $(nproc)Gemma-3-4B-it-Q4_K_M.gguf — little-endian (Ubuntu/Linux ppc64le)Gemma-3-4B-it-Q4_K_M-be.gguf — big-endian (IBM AIX)