You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: triton-models/facenet/config.pbtxt
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
name:"facenet"
2
2
platform:"tensorrt_plan"
3
3
default_model_filename:"model.trt"
4
-
max_batch_size:1
4
+
max_batch_size:32
5
+
dynamic_batching {
6
+
preferred_batch_size: [ 8, 16, 32 ]
7
+
max_queue_delay_microseconds:100
8
+
}
5
9
6
10
instance_group [
7
11
{
8
-
count:4
12
+
count:2
9
13
kind:KIND_GPU
10
14
}
11
15
]
@@ -46,9 +50,9 @@ parameters {
46
50
}
47
51
}
48
52
49
-
parameters {
53
+
parameters {
50
54
key:"license"
51
55
value: {
52
56
string_value:"License to use this model is covered by the Model EULA. By downloading the unpruned or pruned version of the model, you accept the terms and conditions of these licenses. https://developer.nvidia.com/deep-learning-models-license-agreement"
0 commit comments