mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 23:03:49 +00:00
tests fix
This commit is contained in:
parent
4b77d26ece
commit
f31476541e
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ async def register_dataset(
|
|||
|
||||
await datasets_impl.register_dataset(
|
||||
dataset_id=dataset_id,
|
||||
schema=dataset_schema,
|
||||
dataset_schema=dataset_schema,
|
||||
url=URL(uri=test_url),
|
||||
)
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ class Testeval:
|
|||
|
||||
await datasets_impl.register_dataset(
|
||||
dataset_id="mmlu",
|
||||
schema={
|
||||
dataset_schema={
|
||||
"input_query": StringType(),
|
||||
"expected_answer": StringType(),
|
||||
"chat_completion_input": ChatCompletionInputType(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue