Skip to content

Commit daeaf8d

Browse files
committed
replaced gated models for ungated models
1 parent 6661f35 commit daeaf8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/llms/test_local_llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def test_local_llm_get_response(mock_local_dependencies):
7474
"model_id",
7575
[
7676
"Qwen/Qwen2.5-0.5B-Instruct",
77-
"google/gemma-3-270m-it",
78-
"meta-llama/Llama-3.2-1B-Instruct",
77+
"HuggingFaceTB/SmolLM2-135M-Instruct",
78+
"microsoft/Phi-3.5-mini-instruct",
7979
"mistralai/Mistral-Nemo-Instruct-2407",
8080
],
8181
)

0 commit comments

Comments
 (0)