Skip to content

Commit ce0c0e7

Browse files
authored
Fix baseline because of PR#8769 (#9092)
1 parent 7783744 commit ce0c0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tipc/llm/test_predictor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ def test_predictor(self):
242242

243243
# read ips value from log file
244244
ips = self._read_ips_from_log_file()
245-
self.assertGreaterEqual(ips, 80)
245+
self.assertGreaterEqual(ips, 50)

0 commit comments

Comments
 (0)