Hy3-NVFP4-FP8 / README.md
kylesayrs's picture
Create README.md
39b2a3e verified
|
Raw
History Blame Contribute Delete
862 Bytes
---
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
```