mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
Fallback to provided model in run_eval
This commit is contained in:
parent
334cd8b34a
commit
bfc960a691
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class NVIDIAEvalImpl(
|
|||
if benchmark_config.eval_candidate.type == "model"
|
||||
else benchmark_config.eval_candidate.config.model
|
||||
)
|
||||
nvidia_model = self.get_provider_model_id(model)
|
||||
nvidia_model = self.get_provider_model_id(model) or model
|
||||
|
||||
result = await self._evaluator_post(
|
||||
"/v1/evaluation/jobs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue