Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Feb 21, 2024
1 parent f8dc86a commit a81ce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/models/test_causal_lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_causal_lm_batch_type(default_causal_lm):

@pytest.mark.parametrize("causal_lm_batch, generated_token_id", [
("default_causal_lm_batch", 13),
("schema_constrained_causal_lm_batch", 198),
("schema_constrained_causal_lm_batch", 90),
])
def test_causal_lm_generate_token(default_causal_lm, causal_lm_batch, generated_token_id, request):
causal_lm_batch = request.getfixturevalue(causal_lm_batch)
Expand Down

0 comments on commit a81ce89

Please sign in to comment.