mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
comments
This commit is contained in:
parent
9ff903e63b
commit
e9a9ecb2dc
2 changed files with 0 additions and 6 deletions
|
@ -36,9 +36,6 @@ class HuggingfaceDatasetIOImpl(DatasetIO, DatasetsProtocolPrivate):
|
|||
|
||||
async def initialize(self) -> None:
|
||||
pass
|
||||
# pre-registered benchmark datasets
|
||||
# pre_registered_datasets = [mmlu]
|
||||
# self.dataset_infos = {x.identifier: x for x in pre_registered_datasets}
|
||||
|
||||
async def shutdown(self) -> None: ...
|
||||
|
||||
|
|
|
@ -51,9 +51,6 @@ class MetaReferenceEvalImpl(Eval, EvalTasksProtocolPrivate):
|
|||
|
||||
async def initialize(self) -> None:
|
||||
pass
|
||||
# # pre-register eval tasks
|
||||
# benchmark_tasks = [meta_reference_mmlu]
|
||||
# self.eval_tasks = {x.identifier: x for x in benchmark_tasks}
|
||||
|
||||
async def shutdown(self) -> None: ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue