Skip to content

Commit

Permalink
update readme and test
Browse files Browse the repository at this point in the history
  • Loading branch information
cli99 committed Jan 3, 2024
1 parent f5acbde commit 9932ff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ def test_llama2_70b():
num_tokens_to_generate=512,
)

assert within_range(summary_dict["total_decode_latency"], 180.06,
TOLERANCE)
assert within_range(summary_dict["total_decode_latency"], 18.06, TOLERANCE)

0 comments on commit 9932ff4

Please sign in to comment.