We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230ef8f commit f363509Copy full SHA for f363509
packages/tasks/src/model-libraries-snippets.ts
@@ -1409,7 +1409,9 @@ model = SwarmFormerModel.from_pretrained("${model.id}")
1409
];
1410
1411
export const univa = (model: ModelData): string[] => [
1412
- `from univa.models.qwen2p5vl.modeling_univa_qwen2p5vl import UnivaQwen2p5VLForConditionalGeneration
+ `# Follow installation instructions at https://github.com/PKU-YuanGroup/UniWorld-V1
1413
+
1414
+from univa.models.qwen2p5vl.modeling_univa_qwen2p5vl import UnivaQwen2p5VLForConditionalGeneration
1415
model = UnivaQwen2p5VLForConditionalGeneration.from_pretrained(
1416
"${model.id}",
1417
torch_dtype=torch.bfloat16,
0 commit comments