Skip to content

Commit

Permalink
Fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Dec 27, 2024
1 parent 202b69e commit 4ec22e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python_tests/test_continuous_batching.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def test_post_oom_health(tmp_path, sampling_config):

def get_greedy_seq_len_300() -> GenerationConfig:
generation_config = GenerationConfig()
generation_config.num_return_sequences = 3
generation_config.max_new_tokens = 300
return generation_config

Expand Down

0 comments on commit 4ec22e0

Please sign in to comment.