Skip to content

Commit 251856d

Browse files
Wauplinjulien-c
andauthored
Update packages/tasks/scripts/check-snippets.ts
Co-authored-by: Julien Chaumond <[email protected]>
1 parent 30d5d4d commit 251856d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/scripts/check-snippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const args = process.argv.slice(2).reduce(
2525

2626
const accessToken = "hf_**********";
2727
const pipelineTag = (args["pipeline-tag"] || "text-generation") as PipelineType;
28-
const tags = (args["tags"] || "").split(",");
28+
const tags = (args["tags"] ?? "").split(",");
2929

3030
const modelMinimal: ModelDataMinimal = {
3131
id: "llama-6-1720B-Instruct",

0 commit comments

Comments
 (0)