Skip to content

Commit

Permalink
fix baseline because of PR#8769
Browse files Browse the repository at this point in the history
  • Loading branch information
fightfat committed Sep 6, 2024
1 parent 7d6e347 commit 4a3297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tipc/llm/test_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ def test_predictor(self):

# read ips value from log file
ips = self._read_ips_from_log_file()
self.assertGreaterEqual(ips, 80)
self.assertGreaterEqual(ips, 50)

0 comments on commit 4a3297f

Please sign in to comment.