Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Aug 28, 2024
1 parent e744c8e commit ce26b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/summarization/spec/input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "/inference/schemas/text2text-generation/input.json",
"$ref": "/inference/schemas/summarization/input.json",
"$id": "/inference/schemas/summarization/input.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "SummarizationInput",
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/translation/spec/input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "/inference/schemas/text2text-generation/input.json",
"$ref": "/inference/schemas/translation/input.json",
"$id": "/inference/schemas/translation/input.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "TranslationInput",
Expand Down

0 comments on commit ce26b99

Please sign in to comment.