mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
remove prints
This commit is contained in:
parent
2833dc7d20
commit
25060da803
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ class HuggingfaceDatasetIOImpl(DatasetIO, DatasetsProtocolPrivate):
|
||||||
dataset = Dataset.model_validate_json(dataset)
|
dataset = Dataset.model_validate_json(dataset)
|
||||||
self.dataset_infos[dataset.identifier] = dataset
|
self.dataset_infos[dataset.identifier] = dataset
|
||||||
|
|
||||||
print(f"HF DatasetIO initialized with {self.dataset_infos}")
|
|
||||||
|
|
||||||
async def shutdown(self) -> None: ...
|
async def shutdown(self) -> None: ...
|
||||||
|
|
||||||
async def register_dataset(
|
async def register_dataset(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue