Skip to content

Commit f363509

Browse files
Update packages/tasks/src/model-libraries-snippets.ts
Co-authored-by: vb <[email protected]>
1 parent 230ef8f commit f363509

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,9 @@ model = SwarmFormerModel.from_pretrained("${model.id}")
14091409
];
14101410

14111411
export const univa = (model: ModelData): string[] => [
1412-
`from univa.models.qwen2p5vl.modeling_univa_qwen2p5vl import UnivaQwen2p5VLForConditionalGeneration
1412+
`# Follow installation instructions at https://github.com/PKU-YuanGroup/UniWorld-V1
1413+
1414+
from univa.models.qwen2p5vl.modeling_univa_qwen2p5vl import UnivaQwen2p5VLForConditionalGeneration
14131415
model = UnivaQwen2p5VLForConditionalGeneration.from_pretrained(
14141416
"${model.id}",
14151417
torch_dtype=torch.bfloat16,

0 commit comments

Comments
 (0)