CoolFace
Modelpublic

dkeviv/Qwen3.5-0.8B-Text-ONNX-WebGPU-QDQ-bucket

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes214downloads
24 commits on main
19557d91mo ago

Document WebGPU QDQ graph repair and attribution

dkeviv
579986d1mo ago

Decompose causal depthwise convolution into standard elementwise WebGPU ops

dkeviv
1e0c3731mo ago

Preserve Qwen GDN SiLU activation in standard causal conv rewrite

dkeviv
0cc03661mo ago

Replace custom CausalConv with standard grouped Conv1d

dkeviv
6f614681mo ago

Use fused causal convolution with valid tokenizer inputs

dkeviv
5180cab1mo ago

Standardize causal convolution after tokenizer fix

dkeviv
5fa82931mo ago

Keep causal state kernel; fix tokenizer sequence path

dkeviv
6656b6b1mo ago

Interleave packed q4 nibbles and zero points correctly

dkeviv
bdd926b1mo ago

Use standard 2D depthwise Conv for causal state

dkeviv
0c134f21mo ago

Fix Slice opset attributes

dkeviv
3edd4361mo ago

Rewrite causal convolution with standard slices

dkeviv
c7686301mo ago

Rewrite causal convolution with standard Conv and state slice

dkeviv
405d1f31mo ago

Use direct dynamic embedding shapes

dkeviv
35d06a61mo ago

Use dynamic Flatten for embedding rows

dkeviv
f7677861mo ago

Enable floating Mod for standard WebGPU dequant

dkeviv
1a1bfca1mo ago

Fix scale cast for WebGPU type consistency

dkeviv
38bd9c41mo ago

Fix dynamic embedding dequantization shapes

dkeviv
ce72f1b1mo ago

Add tokenizer and model metadata

dkeviv
3e75b921mo ago

Add tokenizer and model metadata

dkeviv
02c0fc11mo ago

Add tokenizer and model metadata

dkeviv
a7224831mo ago

Add tokenizer and model metadata

dkeviv
e4d53951mo ago

Add WebGPU standard-op embedding rewrite

dkeviv
dbe162b1mo ago

Add WebGPU standard-op embedding rewrite

dkeviv
8dccd711mo ago

initial commit

dkeviv