mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
add register model to unit test
This commit is contained in:
parent
e690eb7ad3
commit
1031f1404b
8 changed files with 23 additions and 89 deletions
|
@ -23,8 +23,8 @@ def available_providers() -> List[ProviderSpec]:
|
|||
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",
|
||||
module="llama_stack.providers.adapters.datasetio.huggingface",
|
||||
config_class="llama_stack.providers.adapters.datasetio.huggingface.HuggingfaceDatasetIOConfig",
|
||||
api_dependencies=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue