How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf alpaca-core/ac-test-data-llama:F16# Run inference directly in the terminal:
llama-cli -hf alpaca-core/ac-test-data-llama:F16Use 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 alpaca-core/ac-test-data-llama:F16# Run inference directly in the terminal:
./llama-cli -hf alpaca-core/ac-test-data-llama:F16Build 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 alpaca-core/ac-test-data-llama:F16# Run inference directly in the terminal:
./build/bin/llama-cli -hf alpaca-core/ac-test-data-llama:F16Use Docker
docker model run hf.co/alpaca-core/ac-test-data-llama:F16Quick Links
Alpaca Core Test Data for llama.cpp Inference
Weights Files
gpt2-117m-f16- from https://huggingface.co/aisuko/gpt2-117M-ggufgpt2-117m-q6_k- from https://huggingface.co/RichardErkhov/openai-community_-_gpt2-ggufbge-small-en-v1.5-f16.gguf- from https://huggingface.co/CompendiumLabs/bge-small-en-v1.5-gguf
- Downloads last month
- 13
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf alpaca-core/ac-test-data-llama:F16# Run inference directly in the terminal: llama-cli -hf alpaca-core/ac-test-data-llama:F16