Skip to content

Commit 6a7cdbe

Browse files
Update config.json
1 parent f821f72 commit 6a7cdbe

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

config.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"nginx": [],
2222
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
2323
"constraints": ["node.labels.node_vm_type==gpu"],
24-
"build": true
24+
"build": false
2525
},
2626
{
2727
"serviceName": "asr_lang_detect",
@@ -126,34 +126,6 @@
126126
"constraints": ["node.labels.node_vm_type==gpu"],
127127
"build": false
128128
},
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-
},
157129
{
158130
"serviceName": "chunking_mpnet",
159131
"modelBasePath": "src/chunking/MPNet/local/.",

0 commit comments

Comments
 (0)