[test] Lower number of top logprobs to get rid of -inf (#3212)
This commit is contained in:
@@ -36,7 +36,7 @@ class TestBatchPenalizerE2E(unittest.TestCase):
|
|||||||
def run_decode(
|
def run_decode(
|
||||||
self,
|
self,
|
||||||
return_logprob=True,
|
return_logprob=True,
|
||||||
top_logprobs_num=5,
|
top_logprobs_num=3,
|
||||||
return_text=True,
|
return_text=True,
|
||||||
n=1,
|
n=1,
|
||||||
**sampling_params,
|
**sampling_params,
|
||||||
|
|||||||
Reference in New Issue
Block a user