File size: 1,387 Bytes
087a105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
language:
- en
license: apache-2.0
base_model:
- kai-os/Carnice-9b
tags:
- qwen3.5
- deltanet
- hipfire
- rdna
- amd
- hermes
- tool-use
pipeline_tag: text-generation
---

# Carnice-9B — hipfire quantized

[kai-os/Carnice-9b](https://huggingface.co/kai-os/Carnice-9b) quantized for [hipfire](https://github.com/Kaden-Schutt/hipfire), a Rust-native inference engine for AMD RDNA GPUs.

Carnice is a Hermes tool-use finetune of Qwen3.5-9B with browser, terminal, and reasoning capabilities.

## Files

| File | Quant | Size | Speed (5700 XT) | Notes |
|------|-------|------|-----------------|-------|
| `carnice-9b.hf4` | HF4 (4-bit) | 4.5 GB | ~41 tok/s | Faster, fits 8GB VRAM |
| `carnice-9b.hf6` | HF6 (6-bit) | 6.9 GB | ~32 tok/s | Better quality, needs 8GB |

## Usage

```bash
# Install hipfire
curl -L https://raw.githubusercontent.com/Kaden-Schutt/hipfire/master/scripts/install.sh | bash

# Pull and run
hipfire pull carnice:9b        # HF4 (default)
hipfire pull carnice:9b-hf6    # HF6 (higher quality)
hipfire run carnice:9b
```

## About

Carnice uses the Hermes chat template with `<tool_call>` XML tags for function calling. hipfire passes these through as regular tokens — the model generates tool calls naturally within the ChatML format.

Same DeltaNet hybrid architecture as base Qwen3.5. JIT-compiles for any AMD GPU (RDNA 1-4, APUs).

## License

Apache 2.0