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 Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
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": "Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links
Logo

๐Ÿš€ bloomvn-0.5b-ppo-GGUF

Optimized quantized models for efficient inference

๐Ÿ“‹ Overview

A collection of optimized GGUF quantized models derived from BlossomsAI/BloomVN-0.5B-ppo, providing various performance-quality tradeoffs.

๐Ÿ’Ž Model Variants

Variant Description Size Download
base Base model in FP16 format 948.1MB ๐Ÿ“ฅ
q2_k Basic text completion tasks 948.1MB ๐Ÿ“ฅ
q3_k_m Memory-efficient quality operations 948.1MB ๐Ÿ“ฅ

๐Ÿค Contributors

Developed with โค๏ธ by Anhnv-sharedmodels


Star โญ๏ธ this repo if you find it valuable!
Downloads last month
54
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

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

Model tree for Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf

Quantized
(2)
this model

Dataset used to train Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf