Skip to content

Commit

Permalink
Update packages/tasks/src/model-libraries-snippets.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Dec 5, 2024
1 parent 3cfc5d4 commit a90aaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/model-libraries-snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model);
`,
];

export const sana = (model: ModelData): string[] => [
export const sana = (model: ModelData): string[] => [
`
# Load the model and infer image from text
import torch
Expand Down

0 comments on commit a90aaad

Please sign in to comment.