File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
tests/integration/defs/accuracy Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ def generate_async(
135
135
postproc_params .postproc_args .num_prompt_tokens = len (
136
136
prompt_token_ids )
137
137
138
- print (f"[CF][generate_async] sampling_params is " )
139
- print (sampling_params )
140
138
request = GenerationRequest (
141
139
prompt_token_ids ,
142
140
sampling_params = sampling_params ,
Original file line number Diff line number Diff line change @@ -491,7 +491,6 @@ def test_nvfp4_tp4(self):
491
491
kv_cache_config = KvCacheConfig (free_gpu_memory_fraction = 0.5 )
492
492
with LLM (model_path ,
493
493
tensor_parallel_size = 4 ,
494
- max_seq_len = 8192 ,
495
494
max_batch_size = 32 ,
496
495
kv_cache_config = kv_cache_config ) as llm :
497
496
assert llm .args .quant_config .quant_algo == QuantAlgo .NVFP4
You can’t perform that action at this time.
0 commit comments