File size: 862 Bytes
39b2a3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
base_model:
- tencent/Hy3
library_name: transformers
tags:
- compressed-tensors
- LLM Compressor
- vLLM
---

# RedHatAI/Hy3-NVFP4-FP8

This is a quantized version of `tencent/Hy3` with MoE layers quantized to NVFP4 and attention layers quantized to FP8 block

## Usage

This model is intended for deployment with vLLM. You can serve the model using

```bash
vllm serve RedHatAI/Hy3-NVFP4-FP8 \
    --tensor-parallel-size 4 \
    --tool-call-parser hy_v3 \
    --enable-auto-tool-choice \
    --reasoning-parser hy_v3 \
    --port 8089
```

## Creation Process
https://github.com/vllm-project/llm-compressor/pull/2928

## Evaluation ##

In progress, currently approximately fully recovery

```bash
inspect eval hf/Idavidrein/gpqa/diamond   --model vllm/RedHatAI/Hy3-NVFP4-FP8 --reasoning-effort high --model-base-url http://localhost:8089/v1
```