mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 16:39:50 +00:00
address comment
This commit is contained in:
parent
2a15a8a005
commit
12eef58543
6 changed files with 58 additions and 87 deletions
|
|
@ -16,7 +16,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
provider_type="inline::torchtune",
|
||||
pip_packages=["torch", "torchtune", "torchao", "numpy"],
|
||||
module="llama_stack.providers.inline.post_training.torchtune",
|
||||
config_class="llama_stack.providers.inline.post_training.torchtune.torchtunePostTrainingConfig",
|
||||
config_class="llama_stack.providers.inline.post_training.torchtune.TorchtunePostTrainingConfig",
|
||||
api_dependencies=[
|
||||
Api.datasetio,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue