mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +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(
|
DatasetInput(
|
||||||
dataset_id="bfcl",
|
dataset_id="bfcl",
|
||||||
provider_id="huggingface",
|
provider_id="huggingface",
|
||||||
url={"uri": "https://huggingface.co/datasets/llamastack/bfcl_v3"},
|
url=URL(uri="https://huggingface.co/datasets/llamastack/bfcl_v3"),
|
||||||
metadata={
|
metadata={
|
||||||
"path": "llamastack/bfcl_v3",
|
"path": "llamastack/bfcl_v3",
|
||||||
"split": "train",
|
"split": "train",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue