Skip to content

Commit 8ffcd4f

Browse files
committed
update code snippet
1 parent d92f87c commit 8ffcd4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ export const pxia = (model: ModelData): string[] => [
10031003
pip install pxia
10041004
`,
10051005
`# Load the model
1006+
10061007
from pxia import AutoModel
10071008
model = AutoModel.from_pretrained("${model.id}")`,
10081009
];

0 commit comments

Comments
 (0)