Skip to content

Commit

Permalink
Update test_llm_pipeline_static.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TolyaTalamanov authored Jan 4, 2025
1 parent 5afde89 commit 4dcd5e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/python_tests/test_llm_pipeline_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from common import get_default_properties

from common import \
get_greedy_n_stop_strings_exclude_from_output, \
get_greedy_n_stop_strings_include_to_output, \
get_greedy, \
get_greedy_with_penalties, \
get_multinomial_temperature, \
get_multinomial_all_parameters, \
get_multinomial_temperature_and_presence_penalty, \
Expand Down Expand Up @@ -46,8 +46,8 @@ def generate_chat_history(model_path, device, pipeline_config, questions):


generation_configs = [
get_greedy_n_stop_strings_exclude_from_output(),
get_greedy_n_stop_strings_include_to_output()
get_greedy(),
get_greedy_with_penalties()
]
@pytest.mark.precommit
@pytest.mark.nightly
Expand Down

0 comments on commit 4dcd5e0

Please sign in to comment.