mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
wip(ci): rerun ci to debug
This commit is contained in:
parent
9fdc67af5c
commit
db98b4611b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user