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 appvoid/arco-chat:F16# Run inference directly in the terminal:
llama-cli -hf appvoid/arco-chat: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 appvoid/arco-chat:F16# Run inference directly in the terminal:
./llama-cli -hf appvoid/arco-chat: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 appvoid/arco-chat:F16# Run inference directly in the terminal:
./build/bin/llama-cli -hf appvoid/arco-chat:F16Use Docker
docker model run hf.co/appvoid/arco-chat:F16Quick 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
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
Base model
appvoid/arco-chat-merged-3
Install from brew
# 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