Skip to content

Commit 3b3d08b

Browse files
committed
Disable t5 test. TRT LLM does not support t5 hf checkpoint
Signed-off-by: Chenjie Luo <[email protected]>
1 parent bfbcdcd commit 3b3d08b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/gpu/torch/export/test_unified_hf_export_and_check_safetensors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
("nvfp4_awq", "tiny_llama-nvfp4-awq", True, False, True, True),
3939
("int4_awq", "tiny_llama-int4-awq", True, False, True, True),
4040
("w4a8_awq", "tiny_llama-w4a8-awq", True, False, True, True),
41-
("fp8", "t5_tiny-fp8", True, False, True, True),
4241
],
4342
)
4443
def test_unified_hf_export_and_check_safetensors(

0 commit comments

Comments
 (0)