|
6 | 6 | "apiBasePath": "/search/word_score/local",
|
7 | 7 | "containerPort": 8000,
|
8 | 8 | "environment": {},
|
9 |
| - "nginx": [] |
| 9 | + "nginx": [], |
| 10 | + "build": false |
10 | 11 | },
|
11 | 12 | {
|
12 | 13 | "serviceName": "spell_check",
|
13 | 14 | "modelBasePath": "src/spell_check/kenlm/local/.",
|
14 | 15 | "apiBasePath": "spell_check/kenlm/local/",
|
15 | 16 | "containerPort": 8000,
|
16 | 17 | "environment": {},
|
17 |
| - "nginx": [] |
| 18 | + "nginx": [], |
| 19 | + "build": false |
18 | 20 | },
|
19 | 21 | {
|
20 | 22 | "serviceName": "flow_classification",
|
|
23 | 25 | "containerPort": 8000,
|
24 | 26 | "environment": {},
|
25 | 27 | "nginx": [],
|
26 |
| - "constraints": ["node.role==worker"] |
| 28 | + "constraints": ["node.role==worker"], |
| 29 | + "build": false |
27 | 30 | },
|
28 | 31 | {
|
29 | 32 | "serviceName": "text_translation_azure_dict",
|
|
33 | 36 | "environment": {
|
34 | 37 | "AZURE_TRANSLATE_KEY": "${AZURE_TRANSLATE_KEY}"
|
35 | 38 | },
|
36 |
| - "nginx": [] |
| 39 | + "nginx": [], |
| 40 | + "build": false |
37 | 41 | },
|
38 | 42 | {
|
39 | 43 | "serviceName": "dict_aug_generate_sent",
|
|
44 | 48 | "OPENAI_API_KEY": "${OPENAI_API_KEY}"
|
45 | 49 | },
|
46 | 50 | "nginx": [],
|
47 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
48 |
| - }, |
| 51 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 52 | + "build": false |
| 53 | + }, |
49 | 54 | {
|
50 |
| - "serviceName": "coref_spacy", |
51 |
| - "modelBasePath": "src/coref/spacy/local/.", |
52 |
| - "apiBasePath": "/coref/spacy/local", |
53 |
| - "containerPort": 8000, |
54 |
| - "environment": {}, |
55 |
| - "nginx": [], |
56 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
57 |
| - }, |
58 |
| - { |
59 |
| - "serviceName": "coref_bart", |
60 |
| - "modelBasePath": "src/coref/bart/local/.", |
61 |
| - "apiBasePath": "/coref/bart/local", |
62 |
| - "containerPort": 8000, |
63 |
| - "environment": {}, |
64 |
| - "nginx": [], |
65 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
66 |
| - }, |
67 |
| - { |
68 | 55 | "serviceName": "text_translation_azure",
|
69 | 56 | "modelBasePath": "src/text_translation/azure/remote/.",
|
70 | 57 | "apiBasePath": "/text_translation/azure/remote",
|
|
73 | 60 | "AZURE_TRANSLATE_KEY": "${AZURE_TRANSLATE_KEY}"
|
74 | 61 | },
|
75 | 62 | "nginx": [],
|
76 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 63 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 64 | + "build": false |
77 | 65 | },
|
78 | 66 | {
|
79 | 67 | "serviceName": "asr_mms",
|
|
82 | 70 | "containerPort": 8000,
|
83 | 71 | "environment": {},
|
84 | 72 | "nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
|
85 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 73 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 74 | + "build": false |
86 | 75 | },
|
87 | 76 | {
|
88 | 77 | "serviceName": "coref_fcoref",
|
|
91 | 80 | "containerPort": 8000,
|
92 | 81 | "environment": {},
|
93 | 82 | "nginx": [],
|
94 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 83 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 84 | + "build": false |
95 | 85 | },
|
96 | 86 | {
|
97 | 87 | "serviceName": "text_translation_bhashini",
|
|
100 | 90 | "containerPort": 8000,
|
101 | 91 | "environment": {},
|
102 | 92 | "nginx": [],
|
103 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 93 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 94 | + "build": false |
104 | 95 | },
|
105 | 96 | {
|
106 | 97 | "serviceName": "text_translation_ai4bharat",
|
107 | 98 | "modelBasePath": "src/text_translation/ai4bharat/remote/.",
|
108 | 99 | "apiBasePath": "src/text_translation/ai4bharat/remote",
|
109 | 100 | "containerPort": 8000,
|
110 | 101 | "environment": {},
|
111 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 102 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 103 | + "build": false |
112 | 104 | },
|
113 | 105 | {
|
114 | 106 | "serviceName": "text_lang_detection_bhashini",
|
115 | 107 | "modelBasePath": "src/text_lang_detection/bhashini/remote/.",
|
116 | 108 | "apiBasePath": "/text_lang_detection/bhashini/remote",
|
117 | 109 | "containerPort": 8000,
|
118 | 110 | "environment": {},
|
119 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 111 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 112 | + "build": false |
120 | 113 | },
|
121 | 114 | {
|
122 | 115 | "serviceName": "chunking_mpnet",
|
|
127 | 120 | "OPENAI_API_KEY": "${OPENAI_API_KEY}"
|
128 | 121 | },
|
129 | 122 | "nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
|
130 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 123 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 124 | + "build": false |
131 | 125 | },
|
132 | 126 | {
|
133 | 127 | "serviceName": "embedding_instructor",
|
|
138 | 132 | "OPENAI_API_KEY": "${OPENAI_API_KEY}"
|
139 | 133 | },
|
140 | 134 | "nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
|
141 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 135 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 136 | + "build": false |
142 | 137 | },
|
143 | 138 | {
|
144 | 139 | "serviceName": "llm_openai_gpt3",
|
|
149 | 144 | "OPENAI_API_KEY": "${OPENAI_API_KEY}"
|
150 | 145 | },
|
151 | 146 | "nginx": [],
|
152 |
| - "constraints": ["node.labels.node_vm_type==gpu"] |
| 147 | + "constraints": ["node.labels.node_vm_type==gpu"], |
| 148 | + "build": true |
153 | 149 | }
|
154 | 150 | ]
|
155 | 151 | }
|
0 commit comments