bigcode/starcoderdata
Viewer • Updated • 207M • 30.2k • 539
How to use Aryanne/TinyLlama-1.1B-Chat-v0.3-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 Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16 # Run inference directly in the terminal: llama cli -hf Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16 # Run inference directly in the terminal: llama cli -hf Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
# 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 Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16 # Run inference directly in the terminal: ./llama-cli -hf Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
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 Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
docker model run hf.co/Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
How to use Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf with Ollama:
ollama run hf.co/Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
How to use Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf with Docker Model Runner:
docker model run hf.co/Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
How to use Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Aryanne/TinyLlama-1.1B-Chat-v0.3-gguf:F16
lemonade run user.TinyLlama-1.1B-Chat-v0.3-gguf-F16
lemonade list
Some GGUF v2 quantizations of the model PY007/TinyLlama-1.1B-Chat-v0.3
2-bit
4-bit
5-bit
6-bit
8-bit
16-bit