Instructions to use hacnho/gguf-normalizer-lowercase-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use hacnho/gguf-normalizer-lowercase-poc with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="hacnho/gguf-normalizer-lowercase-poc", filename="llama-spm-lowercase.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use hacnho/gguf-normalizer-lowercase-poc with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf hacnho/gguf-normalizer-lowercase-poc # Run inference directly in the terminal: llama cli -hf hacnho/gguf-normalizer-lowercase-poc
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf hacnho/gguf-normalizer-lowercase-poc # Run inference directly in the terminal: llama cli -hf hacnho/gguf-normalizer-lowercase-poc
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf hacnho/gguf-normalizer-lowercase-poc # Run inference directly in the terminal: ./llama-cli -hf hacnho/gguf-normalizer-lowercase-poc
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf hacnho/gguf-normalizer-lowercase-poc # Run inference directly in the terminal: ./build/bin/llama-cli -hf hacnho/gguf-normalizer-lowercase-poc
Use Docker
docker model run hf.co/hacnho/gguf-normalizer-lowercase-poc
- LM Studio
- Jan
- Ollama
How to use hacnho/gguf-normalizer-lowercase-poc with Ollama:
ollama run hf.co/hacnho/gguf-normalizer-lowercase-poc
- Unsloth Studio
How to use hacnho/gguf-normalizer-lowercase-poc with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for hacnho/gguf-normalizer-lowercase-poc to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for hacnho/gguf-normalizer-lowercase-poc to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for hacnho/gguf-normalizer-lowercase-poc to start chatting
- Atomic Chat new
- Docker Model Runner
How to use hacnho/gguf-normalizer-lowercase-poc with Docker Model Runner:
docker model run hf.co/hacnho/gguf-normalizer-lowercase-poc
- Lemonade
How to use hacnho/gguf-normalizer-lowercase-poc with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull hacnho/gguf-normalizer-lowercase-poc
Run and chat with the model
lemonade run user.gguf-normalizer-lowercase-poc-{{QUANT_TAG}}List all available models
lemonade list
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
GGUF normalizer.lowercase scout - 2026-06-28
Purpose:
- test whether
tokenizer.ggml.normalizer.lowercaseopens a fresh GGUF metadata lane outside the already-submitted tokenizer key families
Candidate
Proposed title:
GGUF tokenizer.ggml.normalizer.lowercase silently retokenizes mixed-case prompts in llama.cpp
Scout command:
python3 targets/huntr/poc/gguf_normalizer_lowercase_probe.py
Artifacts:
- summary:
targets/huntr/evidence/gguf-normalizer-lowercase-scout-20260628/summary.json - patched model:
targets/huntr/evidence/gguf-normalizer-lowercase-scout-20260628/llama-spm-lowercase.gguf
Local result
Using:
- tokenizer binary:
targets/huntr/work/llama.cpp/build-hunt/bin/llama-tokenize - seed vocab-only model:
targets/huntr/work/llama.cpp/models/ggml-vocab-llama-spm.gguf
Patch:
tokenizer.ggml.normalizer.lowercase = true
Observed on prompt Hello World:
- control IDs:
[1, 15043, 2787] - malicious IDs:
[1, 274, 28059]
Meaning:
- the malicious GGUF file silently retokenizes mixed-case prompt text
- the attacker does not need to change the visible prompt string
- the behavioral change comes from the boolean metadata field itself
Duplicate posture
Authenticated exact-term dashboard gate on 2026-06-28:
NONE of ['GGUF tokenizer.ggml.normalizer.lowercase silently retokenizes mixed-case prompts in llama.cpp', 'normalizer.lowercase', 'llama-spm-lowercase.gguf'] found on dashboard
Operational meaning:
- this looks exact-title clean versus the current local GGUF tokenizer-key cluster
- Downloads last month
- 146
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support