Skip to content

Commit

Permalink
fix: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed Dec 19, 2024
1 parent 5ecb687 commit 91509d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bot/client/test_lamacpp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def cpu_config():

@pytest.fixture
def model_settings():
model_setting = get_model_settings(Model.LLAMA_3_2.value)
model_setting = get_model_settings(Model.LLAMA_3_2_one.value)
return model_setting


Expand Down

0 comments on commit 91509d2

Please sign in to comment.