Skip to content

Commit b17b2b9

Browse files
remove commented code
Signed-off-by: Govind Ramnarayan <[email protected]>
1 parent 9eca060 commit b17b2b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unittest/_torch/auto_deploy/unit/singlegpu/test_ad_trtllm_sampler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ def test_ad_trtllm_sampler_smoke():
2929
experiment_config["args"]["runtime"] = "trtllm"
3030
experiment_config["args"]["world_size"] = 1
3131
experiment_config["args"]["sampler_type"] = SamplerType.TRTLLMSampler
32-
# experiment_config["args"]["sampler_type"] = SamplerType.TorchSampler
33-
# experiment_config["args"]["dtype"] = "float32"
3432

3533
# Setup simple prompt
3634
experiment_config["prompt"]["batch_size"] = 1

0 commit comments

Comments
 (0)