Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Container
Run this model inference with full control and performance in your environment.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
License: apache-2.0Quantization details
- Scheme: FP8 W8A8, static per-tensor, symmetric (weights + input activations)
- Ignored layers:
lm_head, MoE router (re:.*mlp.gate$) - Calibration: 512 chat-formatted samples from
HuggingFaceH4/ultrachat_200k(train_sft), max sequence length 2048 - Tooling: llm-compressor 0.9.0, compressed-tensors 0.13.0
- Format: compressed-tensors (loadable directly by vLLM)
Usage (vLLM)
python
from vllm import LLM, SamplingParamsllm = LLM(model="JongYeop/Qwen3-30B-A3B-FP8-W8A8")out = llm.generate(["Explain mixture-of-experts in one sentence."],SamplingParams(temperature=0.7, max_tokens=128),)print(out[0].outputs[0].text)
Recipe
yaml
quant_stage:quant_modifiers:QuantizationModifier:ignore: ["lm_head", "re:.*mlp.gate$"]config_groups:group_0:weights:num_bits: 8type: floatstrategy: tensordynamic: falsesymmetric: trueinput_activations:num_bits: 8type: floatstrategy: tensordynamic: falsesymmetric: truetargets: ["Linear"]
Model provider
JongYeop
Model tree
Base
Qwen/Qwen3-30B-A3B
Quantized
this model
Modalities
Input
Text
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information