Text Generation
GGUF
English
llama.cpp
security
vulnerability-detection
agentic
terminal-agent
granite
imatrix
benchmarked
conversational
Instructions to use mattjoyce/antares-1b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mattjoyce/antares-1b-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf mattjoyce/antares-1b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mattjoyce/antares-1b-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mattjoyce/antares-1b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mattjoyce/antares-1b-GGUF:Q4_K_M
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 mattjoyce/antares-1b-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mattjoyce/antares-1b-GGUF:Q4_K_M
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 mattjoyce/antares-1b-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mattjoyce/antares-1b-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mattjoyce/antares-1b-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use mattjoyce/antares-1b-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "mattjoyce/antares-1b-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "mattjoyce/antares-1b-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/mattjoyce/antares-1b-GGUF:Q4_K_M
- Ollama
How to use mattjoyce/antares-1b-GGUF with Ollama:
ollama run hf.co/mattjoyce/antares-1b-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mattjoyce/antares-1b-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mattjoyce/antares-1b-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mattjoyce/antares-1b-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mattjoyce/antares-1b-GGUF with Docker Model Runner:
docker model run hf.co/mattjoyce/antares-1b-GGUF:Q4_K_M
- Lemonade
How to use mattjoyce/antares-1b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mattjoyce/antares-1b-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.antares-1b-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mattjoyce/antares-1b-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mattjoyce/antares-1b-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mattjoyce/antares-1b-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mattjoyce/antares-1b-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mattjoyce/antares-1b-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mattjoyce/antares-1b-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
sha256 of measured artifacts
Browse files- SHA256SUMS.txt +10 -0
SHA256SUMS.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
e8b3c75677beb1044e64cdefe05cf151ab22c6e0a4e119d338876ee2b580bbac antares-1b-BF16.gguf
|
| 2 |
+
e9f27ab7c232536f74721f79917beefdd0fbfcdc0baf313b86ea82701c40d51c antares-1b-Q8_0.gguf
|
| 3 |
+
057b5523f25f428d2f78e59c5760638f93b54fee871dea8651b0fc20cba0e6a9 antares-1b-Q6_K.gguf
|
| 4 |
+
675106237244c22e5b69d90fc756a18ac81e09547579f67607373cb59948f4f1 antares-1b-Q5_K_M.gguf
|
| 5 |
+
9fe52cdd2036e165a9d355a2ea488f248fd0fd4839cdfff0a5b41ebf5f790a85 antares-1b-Q4_K_M.gguf
|
| 6 |
+
269eaf3b34efcce471277e7634c2dca8c12665d78657c00c14036812208dccbf antares-1b-Q3_K_M.gguf
|
| 7 |
+
04570f582bcdd1b2310d5edae67433c89ff9d46bd7629590be14fcfc3736698b antares-1b-Q2_K.gguf
|
| 8 |
+
e51582e2c4b1f796aff3a8318b372bd46e2efab0fb4b31a6d01f53f05dd71687 antares-1b-Q4_K_M-imat.gguf
|
| 9 |
+
f1eb03cb07e0d0a80a3d09037acb3dcd5b85032f01525b71a88cadff92132612 antares-1b-IQ4_XS.gguf
|
| 10 |
+
8eb4e617ce8a7921171fc7e40a6ab991c03d036058ea8cec69dd3a970780f196 antares-1b.imatrix
|