mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 15:12:35 +00:00
try upgrading torchao / torchtune deps
This commit is contained in:
parent
104c66f099
commit
967ac345e0
2 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ def available_providers() -> list[ProviderSpec]:
|
|||
provider_type="inline::sentence-transformers",
|
||||
# CrossEncoder depends on torchao.quantization
|
||||
pip_packages=[
|
||||
"torch torchvision torchao --index-url https://download.pytorch.org/whl/cpu",
|
||||
"torch torchvision torchao>=0.12.0 --index-url https://download.pytorch.org/whl/cpu",
|
||||
"sentence-transformers --no-deps",
|
||||
],
|
||||
module="llama_stack.providers.inline.inference.sentence_transformers",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue