TinyLlama/tinyllama_pretrained_data
Viewer • Updated • 854 • 276 • 4
How to use AllStarSupes/TinyLlama_Quantized with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf AllStarSupes/TinyLlama_Quantized # Run inference directly in the terminal: llama cli -hf AllStarSupes/TinyLlama_Quantized
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf AllStarSupes/TinyLlama_Quantized # Run inference directly in the terminal: llama cli -hf AllStarSupes/TinyLlama_Quantized
# 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 AllStarSupes/TinyLlama_Quantized # Run inference directly in the terminal: ./llama-cli -hf AllStarSupes/TinyLlama_Quantized
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 AllStarSupes/TinyLlama_Quantized # Run inference directly in the terminal: ./build/bin/llama-cli -hf AllStarSupes/TinyLlama_Quantized
docker model run hf.co/AllStarSupes/TinyLlama_Quantized
How to use AllStarSupes/TinyLlama_Quantized with Ollama:
ollama run hf.co/AllStarSupes/TinyLlama_Quantized
How to use AllStarSupes/TinyLlama_Quantized with Docker Model Runner:
docker model run hf.co/AllStarSupes/TinyLlama_Quantized
How to use AllStarSupes/TinyLlama_Quantized with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AllStarSupes/TinyLlama_Quantized
lemonade run user.TinyLlama_Quantized-{{QUANT_TAG}}lemonade list
We're not able to determine the quantization variants.
Base model
TinyLlama/TinyLlama-1.1B-Chat-v1.0