mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
fix: Set provider_id in NVIDIA notebook when registering dataset
This commit is contained in:
parent
9acf49753e
commit
651ccd5ea0
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@
|
||||||
" metadata={\n",
|
" metadata={\n",
|
||||||
" \"format\": \"json\",\n",
|
" \"format\": \"json\",\n",
|
||||||
" \"description\": \"Tool calling xLAM dataset in OpenAI ChatCompletions format\",\n",
|
" \"description\": \"Tool calling xLAM dataset in OpenAI ChatCompletions format\",\n",
|
||||||
" \"provider\": \"nvidia\"\n",
|
" \"provider_id\": \"nvidia\"\n",
|
||||||
" }\n",
|
" }\n",
|
||||||
")\n",
|
")\n",
|
||||||
"print(response)"
|
"print(response)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue