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

qwen-python-slm (GGUF)

GGUF quantizado em Q4_K_M (941 MB) do tel1980/qwen-python-slm — SLM de 1,5B especializado em gerar código Python, SQL e PySpark para Engenharia de Dados, Data Science, ML/LLMs, Agentes de IA e MLOps.

Model card completo, métricas de avaliação e detalhes de treino: veja o repositório principal.

Uso com Ollama

ollama run hf.co/tel1980/qwen-python-slm-gguf

Prefixos de linguagem reconhecidos: /python, /sql, /pyspark, /ml, /llm, /agent, /dataops.

ollama run hf.co/tel1980/qwen-python-slm-gguf "/sql Liste os 10 produtos mais vendidos no último trimestre."

Uso com llama.cpp

llama-cli -m qwen2.5-coder-1.5b-python-q4.gguf -p "/python Crie uma função que leia um CSV com pandas."
Downloads last month
178
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for tel1980/qwen-python-slm-gguf

Quantized
(168)
this model