wip(ci): rerun ci to debug

This commit is contained in:
baptiste 2025-04-10 11:47:40 +00:00
parent 9fdc67af5c
commit db98b4611b

View File

@ -3,7 +3,7 @@ from typing import Any, Dict
from text_generation import AsyncClient
import pytest
# The "args" config is not optimized for speed but only check that the inference is working for the different models architectures
# The "args" values in TEST_CONFIGS are 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",