This commit is contained in:
Xi Yan 2024-10-23 13:07:15 -07:00
parent 92e32f80ad
commit 555f6e1531
2 changed files with 2 additions and 3 deletions

View file

@ -36,7 +36,7 @@ def available_providers() -> List[ProviderSpec]:
pip_packages=(
META_REFERENCE_DEPS
+ [
"fbgemm-gpu==1.0.0",
"fbgemm-gpu==0.8.0",
]
),
module="llama_stack.providers.impls.meta_reference.inference",