We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d5d4d commit 251856dCopy full SHA for 251856d
packages/tasks/scripts/check-snippets.ts
@@ -25,7 +25,7 @@ const args = process.argv.slice(2).reduce(
25
26
const accessToken = "hf_**********";
27
const pipelineTag = (args["pipeline-tag"] || "text-generation") as PipelineType;
28
-const tags = (args["tags"] || "").split(",");
+const tags = (args["tags"] ?? "").split(",");
29
30
const modelMinimal: ModelDataMinimal = {
31
id: "llama-6-1720B-Instruct",
0 commit comments