Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,11 @@ It has been compiled to run on an inf2.48xlarge instance on AWS. Note that while
|
|
6 |
---
|
7 |
|
8 |
SEQUENCE_LENGTH = 4096
|
|
|
9 |
BATCH_SIZE = 4
|
|
|
10 |
NUM_CORES = 24
|
|
|
11 |
PRECISION = "bf16"
|
12 |
|
13 |
license: other
|
|
|
6 |
---
|
7 |
|
8 |
SEQUENCE_LENGTH = 4096
|
9 |
+
|
10 |
BATCH_SIZE = 4
|
11 |
+
|
12 |
NUM_CORES = 24
|
13 |
+
|
14 |
PRECISION = "bf16"
|
15 |
|
16 |
license: other
|