dacorvo HF staff commited on
Commit
2695ea9
1 Parent(s): f95d8c1

Create llama3-70b.json

Browse files
inference-cache-config/llama3-70b.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta-llama/Meta-Llama-3-70B": [
3
+ {
4
+ "batch_size": 1,
5
+ "sequence_length": 4096,
6
+ "num_cores": 24,
7
+ "auto_cast_type": "fp16"
8
+ },
9
+ {
10
+ "batch_size": 4,
11
+ "sequence_length": 4096,
12
+ "num_cores": 24,
13
+ "auto_cast_type": "fp16"
14
+ }
15
+ ]
16
+ }