mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[unitest] fix the bug in test_sampler (#3157)
This commit is contained in:
@@ -56,6 +56,7 @@ def _create_default_sampling_metadata(
|
|||||||
min_dec_lens=paddle.full(shape=[batch_size, 1], fill_value=min_seq_len, dtype="int64"),
|
min_dec_lens=paddle.full(shape=[batch_size, 1], fill_value=min_seq_len, dtype="int64"),
|
||||||
bad_words_token_ids=paddle.full(shape=[batch_size], fill_value=-1, dtype="int64"),
|
bad_words_token_ids=paddle.full(shape=[batch_size], fill_value=-1, dtype="int64"),
|
||||||
eos_token_ids=paddle.full(shape=[batch_size], fill_value=-2, dtype="int64"),
|
eos_token_ids=paddle.full(shape=[batch_size], fill_value=-2, dtype="int64"),
|
||||||
|
min_p=paddle.randn([batch_size]),
|
||||||
)
|
)
|
||||||
return fake_sampling_metadata
|
return fake_sampling_metadata
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user