From 2558124ad87d65d49e83a68ee013d15e3284a6e1 Mon Sep 17 00:00:00 2001 From: baptiste Date: Fri, 4 Apr 2025 07:46:42 +0000 Subject: [PATCH] fix typos --- backends/gaudi/server/integration-tests/test_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/gaudi/server/integration-tests/test_model.py b/backends/gaudi/server/integration-tests/test_model.py index 7212faea..cb2bf6a9 100644 --- a/backends/gaudi/server/integration-tests/test_model.py +++ b/backends/gaudi/server/integration-tests/test_model.py @@ -4,7 +4,7 @@ from text_generation import AsyncClient import pytest from Levenshtein import distance as levenshtein_distance -# The config in args is not optimized for speed but only check that inference is working for the different models architectures +# The "args" config is not optimized for speed but only check that the inference is working for the different models architectures TEST_CONFIGS = { "meta-llama/Llama-3.1-8B-Instruct-shared": { "model_id": "meta-llama/Llama-3.1-8B-Instruct",