How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf appvoid/arco-chat:F16
# Run inference directly in the terminal:
llama-cli -hf appvoid/arco-chat:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf appvoid/arco-chat:F16
# Run inference directly in the terminal:
llama-cli -hf appvoid/arco-chat:F16
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 appvoid/arco-chat:F16
# Run inference directly in the terminal:
./llama-cli -hf appvoid/arco-chat:F16
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 appvoid/arco-chat:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf appvoid/arco-chat:F16
Use Docker
docker model run hf.co/appvoid/arco-chat:F16
Quick Links

arco-chat

Model creator: appvoid
GGUF quantization: provided by appvoid using llama.cpp

Special thanks

๐Ÿ™ Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

ollama run "hf.co/appvoid/arco-chat:<quantization>"

Use with LM Studio

lms load "appvoid/arco-chat"

Use with llama.cpp CLI

llama-cli --hf-repo "appvoid/arco-chat" --hf-file "arco-chat-F16.gguf" -p "The meaning to life and the universe is"

Use with llama.cpp Server:

llama-server --hf-repo "appvoid/arco-chat" --hf-file "arco-chat-F16.gguf" -c 4096
Downloads last month
4
GGUF
Model size
0.5B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for appvoid/arco-chat

Quantized
(1)
this model