GGUF models

#3
by frappuccino - opened

Readme says there are quantized versions:

GGUF — for llama.cpp, Ollama, LM Studio, your phone, your toaster

File Quant Size Vibe
gemma-4-E4B-it-OBLITERATED-Q4_K_M.gguf Q4_K_M 4.9 GB 📱 Runs on your iPhone. Yes, really.
gemma-4-E4B-it-OBLITERATED-Q5_K_M.gguf Q5_K_M 5.3 GB ⚖️ Sweet spot — quality meets portability
gemma-4-E4B-it-OBLITERATED-Q8_0.gguf Q8_0 7.4 GB 🎯 Maximum quality, still fits in 8GB RAM

Couldn't find it. Will they be uploaded here or in another repo?

llama-cli --model /Users/rohit.bojja/Downloads/gemma-4-E4B-it-OBLITERATED-Q4_K_M.gguf --reasoning on
load_backend: loaded BLAS backend from /opt/homebrew/Cellar/ggml/0.9.11/libexec/libggml-blas.so
ggml_metal_device_init: tensor API disabled for pre-M5 and pre-A19 devices
ggml_metal_library_init: using embedded metal library
ggml_metal_library_init: loaded in 0.021 sec
ggml_metal_rsets_init: creating a residency set collection (keep_alive = 180 s)
ggml_metal_device_init: GPU name: MTL0
ggml_metal_device_init: GPU family: MTLGPUFamilyApple9 (1009)
ggml_metal_device_init: GPU family: MTLGPUFamilyCommon3 (3003)
ggml_metal_device_init: GPU family: MTLGPUFamilyMetal4 (5002)
ggml_metal_device_init: simdgroup reduction = true
ggml_metal_device_init: simdgroup matrix mul. = true
ggml_metal_device_init: has unified memory = true
ggml_metal_device_init: has bfloat = true
ggml_metal_device_init: has tensor = false
ggml_metal_device_init: use residency sets = true
ggml_metal_device_init: use shared buffers = true
ggml_metal_device_init: recommendedMaxWorkingSetSize = 12713.12 MB
load_backend: loaded MTL backend from /opt/homebrew/Cellar/ggml/0.9.11/libexec/libggml-metal.so
load_backend: loaded CPU backend from /opt/homebrew/Cellar/ggml/0.9.11/libexec/libggml-cpu-apple_m4.so

Loading model... |llama_model_load: error loading model: missing tensor 'blk.24.attn_k.weight'
llama_model_load_from_file_impl: failed to load model
llama_params_fit: encountered an error while trying to fit params to free device memory: failed to load model
|llama_model_load: error loading model: missing tensor 'blk.24.attn_k.weight'
llama_model_load_from_file_impl: failed to load model
common_init_from_params: failed to load model '/Users/rohit.bojja/Downloads/gemma-4-E4B-it-OBLITERATED-Q4_K_M.gguf'
srv load_model: failed to load model, '/Users/rohit.bojja/Downloads/gemma-4-E4B-it-OBLITERATED-Q4_K_M.gguf'

Failed to load the model

This comment has been hidden (marked as Resolved)
This comment has been hidden (marked as Off-Topic)
This comment has been hidden (marked as Off-Topic)
This comment has been hidden (marked as Off-Topic)

Ah doh, winget version of llama-server is b8680, which is way older than b88..

Sign up or log in to comment