fix datasetio

This commit is contained in:
Xi Yan 2024-11-11 15:29:29 -05:00
parent acd055d763
commit e27c6e3662
5 changed files with 15 additions and 15 deletions

View file

@ -13,10 +13,10 @@ def available_providers() -> List[ProviderSpec]:
return [
InlineProviderSpec(
api=Api.datasetio,
provider_type="meta-reference",
provider_type="localfs",
pip_packages=["pandas"],
module="llama_stack.providers.inline.datasetio.meta_reference",
config_class="llama_stack.providers.inline.datasetio.meta_reference.MetaReferenceDatasetIOConfig",
module="llama_stack.providers.inline.datasetio.localfs",
config_class="llama_stack.providers.inline.datasetio.localfs.LocalfsDatasetIOConfig",
api_dependencies=[],
),
remote_provider_spec(