Create llama2-70b.json
Browse files
inference-cache-config/llama2-70b.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"meta-llama/Llama-2-70b-chat-hf": [
|
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 |
+
}
|