Skip to content

Commit 8381fb8

Browse files
authored
Fix inference tests (#1912)
* Fix inference tests Signed-off-by: elronbandel <[email protected]> * Fix Signed-off-by: elronbandel <[email protected]> --------- Signed-off-by: elronbandel <[email protected]>
1 parent ac5ad68 commit 8381fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/inference/test_inference_engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_option_selecting_by_log_prob_inference_engines(self):
279279
]
280280

281281
watsonx_engine = WMLInferenceEngineGeneration(
282-
model_name="mistralai/mistral-small-3-1-24b-instruct-2503"
282+
model_name="meta-llama/llama-3-2-1b-instruct"
283283
)
284284

285285
for engine in [watsonx_engine]:
@@ -383,7 +383,7 @@ def test_lite_llm_inference_engine(self):
383383

384384
def test_lite_llm_inference_engine_without_task_data_not_failing(self):
385385
LiteLLMInferenceEngine(
386-
model="watsonx/meta-llama/llama-3-3-70b-instruct",
386+
model="watsonx/meta-llama/llama-3-2-1b-instruct",
387387
max_tokens=2,
388388
temperature=0,
389389
top_p=1,

0 commit comments

Comments
 (0)