mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:42:39 +00:00
use extra-index instead of index
This commit is contained in:
parent
967ac345e0
commit
360522969c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def available_providers() -> list[ProviderSpec]:
|
||||||
"provider_type": "inline::torchtune-cpu",
|
"provider_type": "inline::torchtune-cpu",
|
||||||
"pip_packages": (
|
"pip_packages": (
|
||||||
cast(list[str], torchtune_def["pip_packages"])
|
cast(list[str], torchtune_def["pip_packages"])
|
||||||
+ ["torch torchtune>=0.5.0 torchao>=0.12.0 --index-url https://download.pytorch.org/whl/cpu"]
|
+ ["torch torchtune>=0.5.0 torchao>=0.12.0 --extra-index-url https://download.pytorch.org/whl/cpu"]
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue