Skip to content

Commit 0404654

Browse files
not-lainWauplin
andauthored
Update packages/tasks/src/model-libraries-snippets.ts
Co-authored-by: Lucain <[email protected]>
1 parent 8ffcd4f commit 0404654

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -998,13 +998,8 @@ export const nemo = (model: ModelData): string[] => {
998998
};
999999

10001000
export const pxia = (model: ModelData): string[] => [
1001-
`# Installation
1001+
`from pxia import AutoModel
10021002
1003-
pip install pxia
1004-
`,
1005-
`# Load the model
1006-
1007-
from pxia import AutoModel
10081003
model = AutoModel.from_pretrained("${model.id}")`,
10091004
];
10101005

0 commit comments

Comments
 (0)