Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Combatti/llama3.2-3B-FunctionCalling:# Run inference directly in the terminal:
llama-cli -hf Combatti/llama3.2-3B-FunctionCalling: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 Combatti/llama3.2-3B-FunctionCalling:# Run inference directly in the terminal:
./llama-cli -hf Combatti/llama3.2-3B-FunctionCalling: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 Combatti/llama3.2-3B-FunctionCalling:# Run inference directly in the terminal:
./build/bin/llama-cli -hf Combatti/llama3.2-3B-FunctionCalling:Use Docker
docker model run hf.co/Combatti/llama3.2-3B-FunctionCalling:YAML Metadata Warning:The pipeline tag "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other
Uploaded model
- Developed by: Combatti
- License: apache-2.0
- Finetuned from model : unsloth/llama-3.2-3b-instruct-bnb-4bit
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 16
4-bit
5-bit
8-bit

Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf Combatti/llama3.2-3B-FunctionCalling:# Run inference directly in the terminal: llama-cli -hf Combatti/llama3.2-3B-FunctionCalling: