Cortexelus commited on
Commit Β·
08c1abe
1
Parent(s): e8c6e3e
Reorganize tensorRT/ into per-arch subdirs; rebuild DiT engines with conditioner baked in
Browse files- Move all engines under tensorRT/sm_90/ (room for sm_100, sm_120 later)
- Co-locate T5Gemma tokenizer.json with the engine at tensorRT/sm_90/t5gemma/
- DiT engines now bundle per-DiT padding_embedding + seconds_total Linear as
graph Constants, eliminating the runtime/padding_embeddings/ and
runtime/num_conditioner.* sidecar files
- tensorRT/{sa3-m β sm_90/sa3-m}/dit_bf16.trt +2 -2
- tensorRT/{sa3-sm-music β sm_90/sa3-sm-music}/dit_bf16.trt +2 -2
- tensorRT/{sa3-sm-sfx β sm_90/sa3-sm-sfx}/dit_bf16.trt +2 -2
- tensorRT/{same-l β sm_90/same-l}/dec_dynamic_triton_swa_min32_opt1292_max4096.trt +0 -0
- tensorRT/{same-l β sm_90/same-l}/enc_dynamic_triton_swa.trt +0 -0
- tensorRT/{same-s β sm_90/same-s}/dec_dynamic_bf16.trt +0 -0
- tensorRT/{same-s β sm_90/same-s}/enc_dynamic_bf16.trt +0 -0
- tensorRT/{t5gemma_bf16.trt β sm_90/t5gemma/t5gemma_bf16.trt} +0 -0
- tensorRT/sm_90/t5gemma/tokenizer.json +3 -0
tensorRT/{sa3-m β sm_90/sa3-m}/dit_bf16.trt
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:892d75866eae6107a0bf3e865d0976bc6703ae060035dc926f31d0a7542fd567
|
| 3 |
+
size 2919393852
|
tensorRT/{sa3-sm-music β sm_90/sa3-sm-music}/dit_bf16.trt
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13ff67102e28a246427917b28f30c71c6425824d612b0527e151546316cec3e2
|
| 3 |
+
size 935504724
|
tensorRT/{sa3-sm-sfx β sm_90/sa3-sm-sfx}/dit_bf16.trt
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:264a6e3ff749bb55578e3d10fe4208dbcd433ff2e23987c5d35aaa632a981a06
|
| 3 |
+
size 935518308
|
tensorRT/{same-l β sm_90/same-l}/dec_dynamic_triton_swa_min32_opt1292_max4096.trt
RENAMED
|
File without changes
|
tensorRT/{same-l β sm_90/same-l}/enc_dynamic_triton_swa.trt
RENAMED
|
File without changes
|
tensorRT/{same-s β sm_90/same-s}/dec_dynamic_bf16.trt
RENAMED
|
File without changes
|
tensorRT/{same-s β sm_90/same-s}/enc_dynamic_bf16.trt
RENAMED
|
File without changes
|
tensorRT/{t5gemma_bf16.trt β sm_90/t5gemma/t5gemma_bf16.trt}
RENAMED
|
File without changes
|
tensorRT/sm_90/t5gemma/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7f12d987b3614408d037113c1fe9348bc1a1c4994807ad07c71b280e33abdbd
|
| 3 |
+
size 34362304
|