philschmid HF staff commited on
Commit
b5d0afd
1 Parent(s): 3bdb891

Create mistral.json

Browse files
Files changed (1) hide show
  1. inference-cache-config/mistral.json +78 -0
inference-cache-config/mistral.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mistralai/Mistral-7B-Instruct-v0.1": [
3
+ {
4
+ "batch_size": 1,
5
+ "sequence_length": 4096,
6
+ "num_cores": 2,
7
+ "auto_cast_type": "bf16"
8
+ },
9
+ {
10
+ "batch_size": 1,
11
+ "sequence_length": 4096,
12
+ "num_cores": 8,
13
+ "auto_cast_type": "bf16"
14
+ },
15
+ {
16
+ "batch_size": 4,
17
+ "sequence_length": 4096,
18
+ "num_cores": 2,
19
+ "auto_cast_type": "bf16"
20
+ },
21
+ {
22
+ "batch_size": 4,
23
+ "sequence_length": 4096,
24
+ "num_cores": 8,
25
+ "auto_cast_type": "bf16"
26
+ },
27
+ {
28
+ "batch_size": 8,
29
+ "sequence_length": 4096,
30
+ "num_cores": 8,
31
+ "auto_cast_type": "bf16"
32
+ },
33
+ {
34
+ "batch_size": 16,
35
+ "sequence_length": 4096,
36
+ "num_cores": 8,
37
+ "auto_cast_type": "bf16"
38
+ }
39
+ ],
40
+ "HuggingFaceH4/zephyr-7b-beta": [
41
+ {
42
+ "batch_size": 1,
43
+ "sequence_length": 4096,
44
+ "num_cores": 2,
45
+ "auto_cast_type": "bf16"
46
+ },
47
+ {
48
+ "batch_size": 1,
49
+ "sequence_length": 4096,
50
+ "num_cores": 8,
51
+ "auto_cast_type": "bf16"
52
+ },
53
+ {
54
+ "batch_size": 4,
55
+ "sequence_length": 4096,
56
+ "num_cores": 2,
57
+ "auto_cast_type": "bf16"
58
+ },
59
+ {
60
+ "batch_size": 4,
61
+ "sequence_length": 4096,
62
+ "num_cores": 8,
63
+ "auto_cast_type": "bf16"
64
+ },
65
+ {
66
+ "batch_size": 8,
67
+ "sequence_length": 4096,
68
+ "num_cores": 8,
69
+ "auto_cast_type": "bf16"
70
+ },
71
+ {
72
+ "batch_size": 16,
73
+ "sequence_length": 4096,
74
+ "num_cores": 8,
75
+ "auto_cast_type": "bf16"
76
+ }
77
+ ]
78
+ }