llama-stack/llama_stack/providers/remote
Dinesh Yeduguru 02f1c47416
support adding alias for models without hf repo/sku entry (#481)
# What does this PR do?

adds a new method build_model_alias_with_just_llama_model which is
needed for cases like ollama's quantized models which do not really have
a repo in hf and an entry in SKU list.


## Test Plan

pytest -v -s -m "ollama"
llama_stack/providers/tests/inference/test_text_inference.py

---------

Co-authored-by: Dinesh Yeduguru <dineshyv@fb.com>
2024-11-18 23:50:18 -08:00
..
agents impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00
datasetio/huggingface move hf addapter->remote (#459) 2024-11-14 22:41:19 -05:00
inference support adding alias for models without hf repo/sku entry (#481) 2024-11-18 23:50:18 -08:00
memory unregister for memory banks and remove update API (#458) 2024-11-14 17:12:11 -08:00
safety Remove the "ShieldType" concept (#430) 2024-11-12 12:37:24 -08:00
telemetry impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00
__init__.py impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00