This repository contains model files converted for the binary formats used in
ve-llama2.c. The default
.bin file format of llama2.c contains all data in fp32 and matrix data in row-major-order. Binary files with matrix data stored in bfloat16 in
row-major-order as well as column-major-order (cmo) have been added.