Skip to content

Commit 06cc082

Browse files
committed
lint
1 parent 539a6c7 commit 06cc082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tasks-gen/scripts/generate-snippets-fixtures.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ function generateInferenceSnippet(
359359
task,
360360
...(lora && task === "text-to-image"
361361
? {
362-
adapter: "lora",
363-
adapterWeightsPath: `<path to LoRA weights in .safetensors format>`,
364-
}
362+
adapter: "lora",
363+
adapterWeightsPath: `<path to LoRA weights in .safetensors format>`,
364+
}
365365
: {}),
366366
},
367367
opts

0 commit comments

Comments
 (0)