File size: 421 Bytes
ae650fe
 
 
7410d37
 
 
 
 
 
1
2
3
4
5
6
7
8
9
---
license: llama2
---

# Llama2 for SX-Aurora Vector Engine

This repository contains model files converted for the binary formats used in [ve-llama2.c](https://github.com/sx-aurora/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.