mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
address comments
This commit is contained in:
parent
95aef814af
commit
bd39b22717
7 changed files with 25 additions and 45 deletions
|
|
@ -19,13 +19,4 @@ def available_providers() -> List[ProviderSpec]:
|
|||
config_class="llama_stack.providers.impls.meta_reference.datasetio.MetaReferenceDatasetIOConfig",
|
||||
api_dependencies=[],
|
||||
),
|
||||
remote_provider_spec(
|
||||
api=Api.datasetio,
|
||||
adapter=AdapterSpec(
|
||||
adapter_type="sample",
|
||||
pip_packages=[],
|
||||
module="llama_stack.providers.adapters.datasetio.sample",
|
||||
config_class="llama_stack.providers.adapters.datasetio.sample.SampleConfig",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue