How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="appvoid/arco-chat",
	filename="arco-chat-F16.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

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