Instructions to use VertexResearch/Vertex-0.6-35M-Base-GGUF 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 VertexResearch/Vertex-0.6-35M-Base-GGUF 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 VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
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 VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
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 VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
Use Docker
docker model run hf.co/VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use VertexResearch/Vertex-0.6-35M-Base-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "VertexResearch/Vertex-0.6-35M-Base-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "VertexResearch/Vertex-0.6-35M-Base-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
- Ollama
How to use VertexResearch/Vertex-0.6-35M-Base-GGUF with Ollama:
ollama run hf.co/VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use VertexResearch/Vertex-0.6-35M-Base-GGUF with Docker Model Runner:
docker model run hf.co/VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
- Lemonade
How to use VertexResearch/Vertex-0.6-35M-Base-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull VertexResearch/Vertex-0.6-35M-Base-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Vertex-0.6-35M-Base-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Vertex-0.6-35M-Base โ GGUF
GGUF quantizations of VertexResearch/Vertex-0.6-35M-Base, a โ34M-parameter Qwen3-architecture base model. Works out of the box in LM Studio, llama.cpp, and Ollama (Qwen3 is natively supported).
This is a raw base model โ it continues text and has no chat template. For chatting, use the instruct variant: VertexResearch/Vertex-0.6-35M-Instruct.
Files
| Quant | Size | Notes |
|---|---|---|
| BF16 | 69 MB | Full precision |
| Q8_0 | 37 MB | Recommended โ at this model size there is little reason to go lower |
| Q5_K_M | 31 MB | |
| Q5_K_S | 30 MB | |
| Q4_K_M | 29 MB | |
| Q4_K_S | 28 MB | |
| Q4_1 | 28 MB | Legacy |
| Q4_0 | 26 MB | Legacy |
| Q3_K_M | 27 MB | Quality loss noticeable on a model this small |
| Q3_K_S | 26 MB | Quality loss noticeable on a model this small |
| Q2_K | 26 MB | Not recommended at 34M params |
Note: the model's hidden size (384) is not a multiple of 256, so k-quants fall back to legacy formats for some tensors โ the sub-Q4 files save less space than usual and Q8_0 remains the best pick.
Quick start
- LM Studio: search for this repo, pick a quant, download, and load. Use it in completion/base mode (no chat template).
- llama.cpp:
llama-completion -m Vertex-0.6-35M-Base-Q8_0.gguf -p "Your prompt" -n 100 - Ollama:
ollama run hf.co/VertexResearch/Vertex-0.6-35M-Base-GGUF:Q8_0
Limitations
These models are not the most coherent yet and need more tuning: expect rambling, repetition, and inconsistent answers, especially over longer generations.
- Downloads last month
- 52
2-bit
3-bit
4-bit
5-bit
8-bit
16-bit
Model tree for VertexResearch/Vertex-0.6-35M-Base-GGUF
Base model
VertexResearch/Vertex-0.6-35M-Base