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 afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF:
# Run inference directly in the terminal:
llama cli -hf afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF:
# Run inference directly in the terminal:
llama cli -hf afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-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 afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-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 afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF:
Use Docker
docker model run hf.co/afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF:
Quick Links

cnmoro/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF

Quantized GGUF model files for TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2 from cnmoro

Original Model Card:

Finetuned version of PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T, on a Portuguese instruct dataset, using axolotl.

This is a work in progress, final version will be v3 or v4.

Prompt format:

f"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:\n"

Downloads last month
125
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Collection including afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v2-GGUF