Instructions to use elichen-skymizer/GAP-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use elichen-skymizer/GAP-models 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 elichen-skymizer/GAP-models:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf elichen-skymizer/GAP-models:UD-Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf elichen-skymizer/GAP-models:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf elichen-skymizer/GAP-models:UD-Q4_K_XL
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 elichen-skymizer/GAP-models:UD-Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf elichen-skymizer/GAP-models:UD-Q4_K_XL
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 elichen-skymizer/GAP-models:UD-Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf elichen-skymizer/GAP-models:UD-Q4_K_XL
Use Docker
docker model run hf.co/elichen-skymizer/GAP-models:UD-Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use elichen-skymizer/GAP-models with Ollama:
ollama run hf.co/elichen-skymizer/GAP-models:UD-Q4_K_XL
- Unsloth Desktop
- Pi
How to use elichen-skymizer/GAP-models with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf elichen-skymizer/GAP-models:UD-Q4_K_XL
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "elichen-skymizer/GAP-models:UD-Q4_K_XL" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use elichen-skymizer/GAP-models with Docker Model Runner:
docker model run hf.co/elichen-skymizer/GAP-models:UD-Q4_K_XL
- Lemonade
How to use elichen-skymizer/GAP-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull elichen-skymizer/GAP-models:UD-Q4_K_XL
Run and chat with the model
lemonade run user.GAP-models-UD-Q4_K_XL
List all available models
lemonade list
- Hermes Agent
How to use elichen-skymizer/GAP-models with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf elichen-skymizer/GAP-models:UD-Q4_K_XL
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default elichen-skymizer/GAP-models:UD-Q4_K_XL
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use elichen-skymizer/GAP-models with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf elichen-skymizer/GAP-models:UD-Q4_K_XL
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "elichen-skymizer/GAP-models:UD-Q4_K_XL" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
GAP model archive
This repository backs up the retained local models used for GAP reference generation and quantization evaluation. It contains multiple model families and checkpoints. Select an individual checkpoint and its projector when loading a model.
The directory layout preserves the original model-family/provider paths. The two Kimi checkpoints keep their separate directories, conversion records, and original Hugging Face source files. Split GGUF files, projectors, and draft heads are retained with their model files.
Files and provenance
The manifest records file sizes, SHA256 values, checksum evidence, and pinned source identities. SHA256SUMS covers the backed-up source files. Files produced by local conversion retain their conversion records; a pinned base checkpoint does not imply that the converted GGUF was downloaded from that source repository.
Some source identities are established by exact full-file SHA256 agreement with a pinned upstream file. This establishes byte identity without reconstructing the original download history. Verified identical Hub files may be copied server-side into this repository; other files are uploaded from local storage. Both transfer paths are checked against the same final file manifest.
Qualification scope
Candidate disposition is the current qualification record. It supersedes older smoke-test summaries retained in conversion directories.
Candidate usability is evaluated with the current llama.cpp CUDA 13.2.51 build on an NVIDIA RTX PRO 6000. The upstream model-support boundary is commit 6a1a922d269908a29cbd4b49c27e6a8e7fd10fae. The sparse numerical screen uses three fixed text windows and 765 next-token targets per candidate; flagged numerical results receive additional fixed-window confirmation. Reference NLL columns and runtime settings are checked against same-checkpoint controls.
A passing sparse screen means that the tested files did not show the screened severe failures. It does not certify full-corpus quality, all image/context combinations, or a statistical SNR claim. Projectors, draft heads, and original source tensors are auxiliary artifacts, not separately qualified standalone candidates.
Confirmed candidates unusable in this CUDA environment are excluded from this archive. When their full-file SHA matches upstream, the recorded reason is a runtime-specific numerical failure, not a corrupt download.
Gemma metadata compatibility is scoped to the current no-tool benchmark: token IDs, decoded pieces, full-corpus tokenization, and rendered benchmark prompts must agree. EOS metadata differences do not by themselves establish numerical failure. The applicable compatibility setting and numerical outcome are recorded with the candidate disposition.
Licenses and attribution
The files retain the licenses and terms of their respective model authors and providers. This archive does not assign one replacement license to all included models. Consult the pinned source repositories in the manifest and the original model/conversion records for attribution and applicable model terms.
Rebuildable virtual environments, caches, Git internals, and agent working directories are excluded from the backup.
- Downloads last month
- 42,820