Cortexelus Claude Opus 4.7 (1M context) commited on
Commit
773ac48
·
1 Parent(s): a429ffa

Add FP32 SAME-L + SAME-S TRT decoders

Browse files

Pair the existing FP32 DiT engines (sa3-{m,sm-music,sm-sfx}/dit_fp32.trt) with
FP32 decoders so the consumer-side `--precision fp32` flag has a full
FP32-throughout pipeline available, bit-equivalent to PyTorch eager.

- same-l/dec_dynamic_fp32.trt — built by upcasting dec_dynamic_triton_swa.onnx
initializers + value_info + Constant nodes + Cast.to from FP16 to FP32
(STRONGLY_TYPED). The Triton SWA plugin already runs on the FP32 side of
the attention island, so the plugin contract is unchanged. ~1.7 GB.
- same-s/dec_dynamic_fp32.trt — analogous FP32 engine for SAME-S. ~210 MB.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

tensorRT/sm_90/same-l/dec_dynamic_fp32.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f2acd4b7ad455cd58b1d4b82ef7e73186e3ded68a6cf73d5295d9a5b42ca9c0
3
+ size 1707964444
tensorRT/sm_90/same-s/dec_dynamic_fp32.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfb0c3319a306573ebb5e8e574009f4c337ed55f17da7687cf3e6bb376840e8e
3
+ size 219548020