temp commit

This commit is contained in:
Botao Chen 2024-12-16 22:39:08 -08:00
parent 81e1957446
commit 415b8f2dbd
3 changed files with 28 additions and 5 deletions

View file

@ -85,7 +85,7 @@ class MetaReferenceInferenceImpl(
else resolve_model(model.identifier)
)
if llama_model is None:
raise RuntimeError(
raise ValueError(
"Please make sure your llama_model in model metadata or model identifier is in llama-models SKU list"
)