mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-08 19:10:56 +00:00
Convert TGI to work with openai_compat
This commit is contained in:
parent
05e73d12b3
commit
ed899a5dec
6 changed files with 133 additions and 338 deletions
|
|
@ -55,8 +55,8 @@ def get_expected_stop_reason(model: str):
|
|||
@pytest_asyncio.fixture(
|
||||
scope="session",
|
||||
params=[
|
||||
# {"model": Llama_8B},
|
||||
{"model": Llama_3B},
|
||||
{"model": Llama_8B},
|
||||
# {"model": Llama_3B},
|
||||
],
|
||||
ids=lambda d: d["model"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue