How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-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 anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-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 anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
Use Docker
docker model run hf.co/anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF:Q4_K_M
Quick Links

Eve-2-MoE-NanoFunction-272M - GGUF

GGUF quantizations of anthonym21/Eve-2-MoE-NanoFunction-272M.

Quantization Variants

Quantization Filename Size
Q8_0 Eve-2-MoE-NanoFunction-272M-Q8_0.gguf 290.9 MB
Q4_K_M Eve-2-MoE-NanoFunction-272M-Q4_K_M.gguf 189.5 MB

Usage with Ollama

ollama run anthonym21/eve-2-moe-nanofunction-272m

Usage with llama.cpp

llama-cli -m Eve-2-MoE-NanoFunction-272M-Q4_K_M.gguf -p "Your prompt here"

Architecture

  • Type: DeepSeek-style Mixture of Experts (MoE)
  • Parameters: 272M total
  • Layers: 12
  • Hidden dim: 512
  • Experts: 8 routed (top-2) + 1 shared per layer
  • Context: 2048 tokens
  • Tokenizer: GPT-2

Parent Model

This is a quantized version of anthonym21/Eve-2-MoE-NanoFunction-272M.

Downloads last month
7
GGUF
Model size
0.3B params
Architecture
deepseek
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF

Collection including anthonym21/Eve-2-MoE-NanoFunction-272M-GGUF