mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +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
|
from text_generation import AsyncClient
|
||||||
import pytest
|
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 = {
|
TEST_CONFIGS = {
|
||||||
"meta-llama/Llama-3.1-8B-Instruct-shared": {
|
"meta-llama/Llama-3.1-8B-Instruct-shared": {
|
||||||
"model_id": "meta-llama/Llama-3.1-8B-Instruct",
|
"model_id": "meta-llama/Llama-3.1-8B-Instruct",
|
||||||
|
Loading…
Reference in New Issue
Block a user