GGUF model commit (made with llama.cpp commit d6bd4d46) a567a74
Grey Lee commited on
How to use bcse/KitchenSink-103b-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 bcse/KitchenSink-103b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf bcse/KitchenSink-103b-GGUF:Q2_K
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf bcse/KitchenSink-103b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf bcse/KitchenSink-103b-GGUF:Q2_K
# 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 bcse/KitchenSink-103b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf bcse/KitchenSink-103b-GGUF:Q2_K
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 bcse/KitchenSink-103b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf bcse/KitchenSink-103b-GGUF:Q2_K
docker model run hf.co/bcse/KitchenSink-103b-GGUF:Q2_K
How to use bcse/KitchenSink-103b-GGUF with Ollama:
ollama run hf.co/bcse/KitchenSink-103b-GGUF:Q2_K
How to use bcse/KitchenSink-103b-GGUF with Docker Model Runner:
docker model run hf.co/bcse/KitchenSink-103b-GGUF:Q2_K
How to use bcse/KitchenSink-103b-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bcse/KitchenSink-103b-GGUF:Q2_K
lemonade run user.KitchenSink-103b-GGUF-Q2_K
lemonade list