mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
Ensure sampling_params param is included in run_eval calls
This commit is contained in:
parent
75f7789de9
commit
0d9d333a4e
1 changed files with 4 additions and 2 deletions
|
@ -747,7 +747,8 @@
|
||||||
" benchmark_config={\n",
|
" benchmark_config={\n",
|
||||||
" \"eval_candidate\": {\n",
|
" \"eval_candidate\": {\n",
|
||||||
" \"type\": \"model\",\n",
|
" \"type\": \"model\",\n",
|
||||||
" \"model\": CUSTOMIZED_MODEL_DIR\n",
|
" \"model\": CUSTOMIZED_MODEL_DIR,\n",
|
||||||
|
" \"sampling_params\": {}\n",
|
||||||
" }\n",
|
" }\n",
|
||||||
" }\n",
|
" }\n",
|
||||||
")\n",
|
")\n",
|
||||||
|
@ -1281,7 +1282,8 @@
|
||||||
" benchmark_config={\n",
|
" benchmark_config={\n",
|
||||||
" \"eval_candidate\": {\n",
|
" \"eval_candidate\": {\n",
|
||||||
" \"type\": \"model\",\n",
|
" \"type\": \"model\",\n",
|
||||||
" \"model\": customized_chat_model_dir\n",
|
" \"model\": customized_chat_model_dir,\n",
|
||||||
|
" \"sampling_params\": {}\n",
|
||||||
" }\n",
|
" }\n",
|
||||||
" }\n",
|
" }\n",
|
||||||
")\n",
|
")\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue