Skip to content

Commit f7fb9de

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

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

config.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,6 @@
1212
"constraints": ["node.labels.node_vm_type==gpu"],
1313
"build": false
1414
},
15-
{
16-
"serviceName": "asr_whisper_en",
17-
"modelBasePath": "src/asr/whisper_en/local/.",
18-
"apiBasePath": "asr/whisper_en/local/",
19-
"containerPort": 8000,
20-
"environment": {},
21-
"nginx": [],
22-
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
23-
"constraints": ["node.labels.node_vm_type==gpu"],
24-
"build": false
25-
},
26-
{
27-
"serviceName": "asr_lang_detect",
28-
"modelBasePath": "src/asr/whisper_lang_rec/local/.",
29-
"apiBasePath": "asr/whisper_lang_rec/local/",
30-
"containerPort": 8000,
31-
"environment": {},
32-
"nginx": [],
33-
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
34-
"constraints": ["node.labels.node_vm_type==gpu"],
35-
"build": false
36-
},
3715
{
3816
"serviceName": "ner",
3917
"modelBasePath": "src/ner/agri_ner_akai/local/.",

0 commit comments

Comments
 (0)