mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
fix eval tasks
This commit is contained in:
parent
cb77712510
commit
6286970ee1
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class HuggingfaceDatasetIOImpl(DatasetIO, DatasetsProtocolPrivate):
|
|||
self,
|
||||
dataset_def: Dataset,
|
||||
) -> None:
|
||||
print(f"Registering dataset: {dataset_def.identifier}")
|
||||
self.dataset_infos[dataset_def.identifier] = dataset_def
|
||||
|
||||
async def get_rows_paginated(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue