Skip to content

Commit

Permalink
Update packages/tasks/src/model-libraries-snippets.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lucain <[email protected]>
  • Loading branch information
NielsRogge and Wauplin authored Sep 3, 2024
1 parent ca6264f commit 3eb83db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/tasks/src/model-libraries-snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,7 @@ IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model);
export const vfimamba = (model: ModelData): string[] => [
`from Trainer_finetune import Model
model = Model(-1)
model.from_pretrained("${model.id}")`,
model = Model.from_pretrained("${model.id}")`,
];

export const voicecraft = (model: ModelData): string[] => [
Expand Down

0 comments on commit 3eb83db

Please sign in to comment.