File size: 432 Bytes
cecbf37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: "tinybert-familyhistory-de"

backend: "python"
input [
    {

        name: "text"

        data_type: TYPE_STRING  

        dims: [-1]
    }
]
output [
    {

        name: "output"

        data_type: TYPE_STRING  

        dims: [-1]
    }
]

instance_group [
    {

        kind: KIND_GPU
    }
]

dynamic_batching { 

    default_queue_policy: {

        default_timeout_microseconds: 60000000
    }
}