Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
4 |
+
|
5 |
+
# Llama2 for SX-Aurora Vector Engine
|
6 |
+
|
7 |
+
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
|
8 |
+
.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
|
9 |
+
row-major-order as well as column-major-order (cmo) have been added.
|