Skip to content

Commit 5e98f89

Browse files
gallery: add Antares 1B GGUF variants (#11246)
feat(gallery): add Antares 1B GGUF variants Add Q4_K_M and Q8_0 builds of the Granite 4.0-based security agent, linked as selectable gallery variants. Assisted-by: Codex:gpt-5 Co-authored-by: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com>
1 parent f01589d commit 5e98f89

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10043,6 +10043,54 @@
1004310043
- filename: ai21labs_AI21-Jamba-Reasoning-3B-Q4_K_M.gguf
1004410044
sha256: ac7ec0648dea62d1efb5ef6e7268c748ffc71f1c26eebe97eccff0a8d41608e6
1004510045
uri: huggingface://bartowski/ai21labs_AI21-Jamba-Reasoning-3B-GGUF/ai21labs_AI21-Jamba-Reasoning-3B-Q4_K_M.gguf
10046+
- &antares-1b
10047+
name: "antares-1b"
10048+
variants:
10049+
- model: antares-1b-q8
10050+
url: "github:mudler/LocalAI/gallery/granite4.yaml@master"
10051+
urls:
10052+
- https://huggingface.co/fdtn-ai/antares-1b
10053+
- https://huggingface.co/HolkViking/antares-1b-Q4_K_M-GGUF
10054+
- https://huggingface.co/mitkox/antares-1b-Q8_0-GGUF
10055+
description: |
10056+
Antares-1B is an Apache-2.0 Granite 4.0 model specialized for vulnerability
10057+
localization in real-world codebases. It operates as a terminal agent that
10058+
navigates repositories, inspects source files, and identifies vulnerable
10059+
file paths. This entry uses the Q4_K_M GGUF quantization.
10060+
license: "apache-2.0"
10061+
tags:
10062+
- granite
10063+
- 1b
10064+
- gguf
10065+
- quantized
10066+
- llm
10067+
- security
10068+
- vulnerability-detection
10069+
- agentic
10070+
- chat
10071+
last_checked: "2026-07-31"
10072+
overrides:
10073+
parameters:
10074+
model: antares-1b-q4_k_m.gguf
10075+
files:
10076+
- filename: antares-1b-q4_k_m.gguf
10077+
sha256: 562693472633ad1b0fe2d0cda54edfead53aea2ff2c7e0bdbf5f393291f2ba2c
10078+
uri: huggingface://HolkViking/antares-1b-Q4_K_M-GGUF/antares-1b-q4_k_m.gguf
10079+
- !!merge <<: *antares-1b
10080+
name: "antares-1b-q8"
10081+
variants: []
10082+
description: |
10083+
Antares-1B is an Apache-2.0 Granite 4.0 model specialized for vulnerability
10084+
localization in real-world codebases. It operates as a terminal agent that
10085+
navigates repositories, inspects source files, and identifies vulnerable
10086+
file paths. This entry uses the higher-quality Q8_0 GGUF quantization.
10087+
overrides:
10088+
parameters:
10089+
model: antares-1b-q8_0.gguf
10090+
files:
10091+
- filename: antares-1b-q8_0.gguf
10092+
sha256: f0b147c42d9056d59eb3f0ab51d4d57a2259bf1b4e37ae986ef96a6c2e0ac6b7
10093+
uri: huggingface://mitkox/antares-1b-Q8_0-GGUF/antares-1b-q8_0.gguf
1004610094
- name: ibm-granite_granite-4.0-h-small
1004710095
url: github:mudler/LocalAI/gallery/granite4.yaml@master
1004810096
urls:

0 commit comments

Comments
 (0)