Skip to content

Commit 070063c

Browse files
authored
minor fix for tests/examples/llm_ptq/test_llm_ptq.py
Signed-off-by: Zhiyu <[email protected]>
1 parent 3b3d08b commit 070063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/llm_ptq/test_llm_ptq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_ptq_whisper(self, command):
110110
PTQCommand(quant="nvfp4", min_sm=100),
111111
#
112112
# multi_gpu
113-
PTQCommand(quant="nvfp4", min_gpu=2),
113+
PTQCommand(quant="nvfp4", min_gpu=2, tp=2),
114114
],
115115
ids=PTQCommand.param_str,
116116
)

0 commit comments

Comments
 (0)