Skip to content

Commit 4113df5

Browse files
committed
PPL_TOL = 0.01
Signed-off-by: wang.yuqi <noooop@126.com>
1 parent 1d21bf9 commit 4113df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/language/generation_ppl_test/ppl_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from vllm.logprobs import Logprob
1313

1414
# See #24485
15-
PPL_TOL = 0.1
15+
PPL_TOL = 0.01
1616
MAX_LENGTH = 1024
1717

1818

0 commit comments

Comments
 (0)