Skip to content

Commit 1b7c480

Browse files
committed
Update
Signed-off-by: Chenfei Zhang <[email protected]>
1 parent 9e92018 commit 1b7c480

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tensorrt_llm/executor/executor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ def generate_async(
135135
postproc_params.postproc_args.num_prompt_tokens = len(
136136
prompt_token_ids)
137137

138-
print(f"[CF][generate_async] sampling_params is ")
139-
print(sampling_params)
140138
request = GenerationRequest(
141139
prompt_token_ids,
142140
sampling_params=sampling_params,

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ def test_nvfp4_tp4(self):
491491
kv_cache_config = KvCacheConfig(free_gpu_memory_fraction=0.5)
492492
with LLM(model_path,
493493
tensor_parallel_size=4,
494-
max_seq_len=8192,
495494
max_batch_size=32,
496495
kv_cache_config=kv_cache_config) as llm:
497496
assert llm.args.quant_config.quant_algo == QuantAlgo.NVFP4

0 commit comments

Comments
 (0)