mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 07:52:37 +00:00
take hugging face repo
This commit is contained in:
parent
acf9af841b
commit
8595b2af85
3 changed files with 25 additions and 16 deletions
|
|
@ -31,3 +31,8 @@ def supported_inference_models() -> List[str]:
|
|||
or is_supported_safety_model(m)
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
ALL_HUGGINGFACE_REPOS_TO_MODEL_DESCRIPTOR = {
|
||||
m.huggingface_repo: m.descriptor() for m in all_registered_models()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue