mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 22:47:59 +00:00
rename
This commit is contained in:
parent
1031f1404b
commit
75ccc05296
4 changed files with 9 additions and 11 deletions
|
@ -12,7 +12,7 @@ import datasets as hf_datasets
|
|||
from llama_stack.providers.datatypes import DatasetsProtocolPrivate
|
||||
from llama_stack.providers.utils.datasetio.url_utils import get_dataframe_from_url
|
||||
|
||||
from .benchmarks import llamastack_mmlu
|
||||
from .benchmarks import mmlu
|
||||
|
||||
from .config import HuggingfaceDatasetIOConfig
|
||||
|
||||
|
@ -38,7 +38,7 @@ class HuggingfaceDatasetIOImpl(DatasetIO, DatasetsProtocolPrivate):
|
|||
|
||||
async def initialize(self) -> None:
|
||||
# pre-registered benchmark datasets
|
||||
pre_registered_datasets = [llamastack_mmlu]
|
||||
pre_registered_datasets = [mmlu]
|
||||
self.dataset_infos = {x.identifier: x for x in pre_registered_datasets}
|
||||
|
||||
async def shutdown(self) -> None: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue