How to use from
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 fiel1986/andromeda:Q4_0
# Run inference directly in the terminal:
llama cli -hf fiel1986/andromeda:Q4_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf fiel1986/andromeda:Q4_0
# Run inference directly in the terminal:
llama cli -hf fiel1986/andromeda:Q4_0
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 fiel1986/andromeda:Q4_0
# Run inference directly in the terminal:
./llama-cli -hf fiel1986/andromeda:Q4_0
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 fiel1986/andromeda:Q4_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf fiel1986/andromeda:Q4_0
Use Docker
docker model run hf.co/fiel1986/andromeda:Q4_0
Quick Links

Qwen2.5-3B (Quantized 4-bit - Q4_0)

Este repositorio contiene el modelo Qwen2.5-3B cuantizado en formato GGUF con el esquema Q4_0. Este modelo es ideal para ejecutar inferencia localmente con baja latencia y un uso eficiente de la memoria RAM/VRAM, gracias a herramientas como llama.cpp, LM Studio, KoboldCPP o Ollama.

Detalles del Modelo

  • Modelo Base: Qwen2.5-3B (de Alibaba Cloud)
  • Formato: GGUF
  • Nivel de Cuantizaci贸n: Q4_0 (4-bit)
  • Tama帽o de archivo: Aprox. 1.8 GB - 2.0 GB (dependiendo del tokenizer)
  • Capacidades: Generaci贸n de texto, chat, razonamiento b谩sico y seguimiento de instrucciones.
  • Licencia: Apache 2.0 (verifique la licencia espec铆fica del modelo base en el repositorio oficial de Qwen).

C贸mo usar este modelo

Puedes cargar y ejecutar este modelo utilizando varias herramientas compatibles con GGUF.

1. Usando llama.cpp

Si tienes compilado llama.cpp, puedes ejecutar la inferencia directamente:

./main -m qwen2.5-3b-q4_0.gguf -p "Hola, 驴c贸mo est谩s?" -n 256
Downloads last month
57
GGUF
Model size
3B params
Architecture
qwen2
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