mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +00:00
change to new schema for URL() codegen
This commit is contained in:
parent
e4c3f43a99
commit
32d025923c
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
DatasetInput(
|
||||
dataset_id="bfcl",
|
||||
provider_id="huggingface",
|
||||
url={"uri": "https://huggingface.co/datasets/llamastack/bfcl_v3"},
|
||||
url=URL(uri="https://huggingface.co/datasets/llamastack/bfcl_v3"),
|
||||
metadata={
|
||||
"path": "llamastack/bfcl_v3",
|
||||
"split": "train",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue