mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
localfs -> LocalFS
This commit is contained in:
parent
68a4e6d00e
commit
aa66410f24
4 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
provider_type="localfs",
|
||||
pip_packages=["pandas"],
|
||||
module="llama_stack.providers.inline.datasetio.localfs",
|
||||
config_class="llama_stack.providers.inline.datasetio.localfs.LocalfsDatasetIOConfig",
|
||||
config_class="llama_stack.providers.inline.datasetio.localfs.LocalFSDatasetIOConfig",
|
||||
api_dependencies=[],
|
||||
),
|
||||
remote_provider_spec(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue