How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf sankalphs/retro-alpha-nemotron-gguf:Q4_K_M
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": "sankalphs/retro-alpha-nemotron-gguf:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Configuration Parsing Warning:Invalid JSON for config file config.json

retro-alpha-nemotron-gguf : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf sankalphs/retro-alpha-nemotron-gguf --jinja
  • For multimodal models: llama-mtmd-cli -hf sankalphs/retro-alpha-nemotron-gguf --jinja

Available Model files:

  • NVIDIA-Nemotron-3-Nano-4B.Q4_K_M.gguf This was trained 2x faster with Unsloth
Downloads last month
20
GGUF
Model size
4B params
Architecture
nemotron_h
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using sankalphs/retro-alpha-nemotron-gguf 2