|
21 | 21 | "nginx": [],
|
22 | 22 | "nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
|
23 | 23 | "constraints": ["node.labels.node_vm_type==gpu"],
|
24 |
| - "build": true |
| 24 | + "build": false |
25 | 25 | },
|
26 | 26 | {
|
27 | 27 | "serviceName": "asr_lang_detect",
|
|
126 | 126 | "constraints": ["node.labels.node_vm_type==gpu"],
|
127 | 127 | "build": false
|
128 | 128 | },
|
129 |
| - { |
130 |
| - "serviceName": "text_translation_bhashini", |
131 |
| - "modelBasePath": "src/text_translation/bhashini/remote/.", |
132 |
| - "apiBasePath": "/text_translation/bhashini/remote", |
133 |
| - "containerPort": 8000, |
134 |
| - "environment": {}, |
135 |
| - "nginx": [], |
136 |
| - "constraints": ["node.labels.node_vm_type==gpu"], |
137 |
| - "build": false |
138 |
| - }, |
139 |
| - { |
140 |
| - "serviceName": "text_translation_ai4bharat", |
141 |
| - "modelBasePath": "src/text_translation/ai4bharat/remote/.", |
142 |
| - "apiBasePath": "src/text_translation/ai4bharat/remote", |
143 |
| - "containerPort": 8000, |
144 |
| - "environment": {}, |
145 |
| - "constraints": ["node.labels.node_vm_type==gpu"], |
146 |
| - "build": false |
147 |
| - }, |
148 |
| - { |
149 |
| - "serviceName": "text_lang_detection_bhashini", |
150 |
| - "modelBasePath": "src/text_lang_detection/bhashini/remote/.", |
151 |
| - "apiBasePath": "/text_lang_detection/bhashini/remote", |
152 |
| - "containerPort": 8000, |
153 |
| - "environment": {}, |
154 |
| - "constraints": ["node.labels.node_vm_type==gpu"], |
155 |
| - "build": false |
156 |
| - }, |
157 | 129 | {
|
158 | 130 | "serviceName": "chunking_mpnet",
|
159 | 131 | "modelBasePath": "src/chunking/MPNet/local/.",
|
|
0 commit comments