mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
huggingface provider
This commit is contained in:
parent
283b5c1def
commit
d75095033d
4 changed files with 117 additions and 0 deletions
|
@ -19,4 +19,12 @@ def available_providers() -> List[ProviderSpec]:
|
|||
config_class="llama_stack.providers.inline.meta_reference.datasetio.MetaReferenceDatasetIOConfig",
|
||||
api_dependencies=[],
|
||||
),
|
||||
InlineProviderSpec(
|
||||
api=Api.datasetio,
|
||||
provider_type="huggingface",
|
||||
pip_packages=["datasets"],
|
||||
module="llama_stack.providers.inline.huggingface.datasetio",
|
||||
config_class="llama_stack.providers.inline.huggingface.datasetio.HuggingfaceDatasetIOConfig",
|
||||
api_dependencies=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue