Merge branch 'main' into evals_5

This commit is contained in:
Xi Yan 2024-10-24 09:18:15 -07:00
commit 071dba8871
14 changed files with 399 additions and 27 deletions

View file

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