Skip to content

Commit 294a66b

Browse files
committed
pytorch: fix quality of vision instruct by using version=1
1 parent 3039334 commit 294a66b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ML-Frameworks/pytorch-aarch64/examples/llama_vision_instruct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def main(args):
5353
layout=layout,
5454
weight_dtype=torch.int4,
5555
intx_packing_format="opaque_aten_kleidiai",
56+
version=1,
5657
),
5758
)
5859

0 commit comments

Comments
 (0)