Unverified Commit 43f93f63 authored by Xinyuan Tong's avatar Xinyuan Tong Committed by GitHub
Browse files

fix CI: update native api ipynb (#7754)


Signed-off-by: default avatarXinyuan Tong <justinning0323@outlook.com>
parent aca1101a
......@@ -113,7 +113,12 @@
"assert response_json[\"model_path\"] == \"qwen/qwen2.5-0.5b-instruct\"\n",
"assert response_json[\"is_generation\"] is True\n",
"assert response_json[\"tokenizer_path\"] == \"qwen/qwen2.5-0.5b-instruct\"\n",
"assert response_json.keys() == {\"model_path\", \"is_generation\", \"tokenizer_path\"}"
"assert response_json.keys() == {\n",
" \"model_path\",\n",
" \"is_generation\",\n",
" \"tokenizer_path\",\n",
" \"preferred_sampling_params\",\n",
"}"
]
},
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment