Views
No views yet
scripts/export_qwen3_onnx.py in the workweave/router repo.| File | Purpose |
|---|---|
model.onnx | INT8 dynamic quantization, deployed artifact |
model_fp32.onnx + .data | fp32 export, provenance only (not deployed) |
tokenizer.json, tokenizer_config.json | HF tokenizer |
fixture.json | Go parity-test fixture (mirrors internal/router/cluster/testdata/fixture_qwen3.json) |
sentence_embedding [batch, 1024]. No L2 norm in the graph
(the router's hugot pipeline applies it).down_proj (3072x1024)
and o_proj (2048x1024) MatMuls kept fp32 (outlier-sensitive activations).HF_QWEN_REVISION to a commit SHA of this repo.
Revisions are immutable; pushing a new export here never changes deployed
images until the pin is bumped deliberately.