huggingface provider

This commit is contained in:
Xi Yan 2024-11-07 10:21:25 -08:00
parent 283b5c1def
commit d75095033d
4 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from llama_stack.apis.datasetio import * # noqa: F401, F403
class HuggingfaceDatasetIOConfig(BaseModel): ...