nithiyn commited on
Commit
5a390e2
·
verified ·
1 Parent(s): 3a858f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ It has been compiled to run on an inf2.24xlarge instance on AWS. Note that while
17
 
18
  - SEQUENCE_LENGTH = 4096
19
  - BATCH_SIZE = 4
20
- - NUM_CORES = 12 # each inferentia chip has 2 cores, e.g. inf2.48xlarge has 12 chips or 24 cores
21
  - PRECISION = "bf16"
22
 
23
  ---
 
17
 
18
  - SEQUENCE_LENGTH = 4096
19
  - BATCH_SIZE = 4
20
+ - NUM_CORES = 12
21
  - PRECISION = "bf16"
22
 
23
  ---