Skip to content

Commit 268d4a0

Browse files
committed
Don't have things for common_chat_testing yet
1 parent f557f4d commit 268d4a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/models/common_chat_testing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ def smoke_chat(lm: models.Chat, has_system_role: bool = True):
1616
print(str(lm))
1717
assert len(lm["text"]) > 0
1818
assert str(lm).endswith("Pick a number: <|im_end|>")
19-
assert lm.engine_metrics.prompt_tokens > 0
20-
assert lm.engine_metrics.generated_tokens > 0
21-
assert lm.engine_metrics.generated_tokens <= 10
2219

2320

2421
def longer_chat_1(lm: models.Chat, has_system_role: bool = True):

0 commit comments

Comments
 (0)