5CD-AI/Vietnamese-cosmos-qa-gg-translated
Viewer โข Updated โข 35.2k โข 91 โข 6
How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf", device_map="auto")How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K # Run inference directly in the terminal: llama cli -hf Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K # Run inference directly in the terminal: llama cli -hf Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
# 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 Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K # Run inference directly in the terminal: ./llama-cli -hf Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
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 Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
docker model run hf.co/Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with Ollama:
ollama run hf.co/Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with Pi:
# 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
# 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"
}
]
}
}
}# Start Pi in your project directory: pi
How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with Docker Model Runner:
docker model run hf.co/Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
lemonade run user.bloomvn-0.5b-ppo-gguf-Q2_K
lemonade list
How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with Hermes Agent:
# 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
# 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 Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K
hermes
How to use Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf with OpenClaw:
# 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
# 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 "Anhnv-sharedmodels/bloomvn-0.5b-ppo-gguf:Q2_K" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
openclaw agent --local --agent main --message "Hello from Hugging Face"
A collection of optimized GGUF quantized models derived from BlossomsAI/BloomVN-0.5B-ppo, providing various performance-quality tradeoffs.
| 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 | ๐ฅ |
Developed with โค๏ธ by Anhnv-sharedmodels