Skip to content

Commit

Permalink
Not necessary to mark as system test
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloiyu committed Jan 7, 2025
1 parent 743e801 commit 437f982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def test_num_tokens_generated_with_best_of(sync_client: Client, model_name: str)
assert response.num_tokens_generated == best_of * number_tokens_completion


@pytest.mark.system_test
def test_steering_completion(sync_client: Client, chat_model_name: str):
base_request = CompletionRequest(
prompt=Prompt.from_text(
Expand Down

0 comments on commit 437f982

Please sign in to comment.