mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
fix: Update datasets metadata field from provider to provider_id
This commit is contained in:
parent
96afc98b88
commit
f8f59c8335
1 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@
|
|||
" metadata={\n",
|
||||
" \"format\": \"json\",\n",
|
||||
" \"description\": \"Test sample_squad_data dataset for NVIDIA E2E notebook\",\n",
|
||||
" \"provider\": \"nvidia\",\n",
|
||||
" \"provider_id\": \"nvidia\",\n",
|
||||
" }\n",
|
||||
")\n",
|
||||
"print(response)"
|
||||
|
@ -899,7 +899,7 @@
|
|||
" metadata={\n",
|
||||
" \"format\": \"json\",\n",
|
||||
" \"description\": \"Test sample_squad_messages dataset for NVIDIA E2E notebook\",\n",
|
||||
" \"provider\": \"nvidia\",\n",
|
||||
" \"provider_id\": \"nvidia\",\n",
|
||||
" }\n",
|
||||
")\n",
|
||||
"print(response)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue