mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 14:52:37 +00:00
temp commit
This commit is contained in:
parent
15e21cb8bd
commit
bfc782c054
7 changed files with 100 additions and 30 deletions
|
|
@ -12,6 +12,7 @@ from llama_stack.distribution.datatypes import * # noqa: F403
|
|||
META_REFERENCE_DEPS = [
|
||||
"torch",
|
||||
"torchtune",
|
||||
"torchao",
|
||||
"numpy",
|
||||
]
|
||||
|
||||
|
|
@ -24,5 +25,8 @@ def available_providers() -> List[ProviderSpec]:
|
|||
pip_packages=META_REFERENCE_DEPS,
|
||||
module="llama_stack.providers.inline.post_training.meta_reference",
|
||||
config_class="llama_stack.providers.inline.post_training.meta_reference.MetaReferencePostTrainingConfig",
|
||||
api_dependencies=[
|
||||
Api.datasetio,
|
||||
],
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue