llama-stack/llama_stack/providers/utils
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
..
bedrock add bedrock distribution code (#358) 2024-11-06 14:39:11 -08:00
datasetio [Evals API][11/n] huggingface dataset provider + mmlu scoring fn (#392) 2024-11-11 14:49:50 -05:00
inference support adding alias for models without hf repo/sku entry (#481) 2024-11-18 23:50:18 -08:00
kvstore Auto-generate distro yamls + docs (#468) 2024-11-18 14:57:06 -08:00
memory unregister for memory banks and remove update API (#458) 2024-11-14 17:12:11 -08:00
scoring fix tests after registration migration & rename meta-reference -> basic / llm_as_judge provider (#424) 2024-11-12 10:35:44 -05:00
telemetry telemetry WARNING->WARN fix 2024-10-21 18:52:48 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00