Skip to content

Commit 7a0bbbf

Browse files
Update config.json
1 parent fbaa194 commit 7a0bbbf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"models": [
33
{
4+
"serviceName": "asr_whisper_en",
5+
"modelBasePath": "src/asr/whisper_en/local/.",
6+
"apiBasePath": "asr/whisper_en/local/",
7+
"containerPort": 8000,
8+
"environment": {},
9+
"nginx": [],
10+
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
11+
"constraints": ["node.labels.node_vm_type==gpu"],
12+
"build": false
13+
},
14+
{
15+
"serviceName": "asr_lang_detect",
16+
"modelBasePath": "src/asr/whisper_lang_rec/local/.",
17+
"apiBasePath": "asr/whisper_lang_rec/local/",
18+
"containerPort": 8000,
19+
"environment": {},
20+
"nginx": [],
21+
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
22+
"constraints": ["node.labels.node_vm_type==gpu"],
23+
"build": false
24+
},
25+
{
426
"serviceName": "ner",
527
"modelBasePath": "src/ner/agri_ner_akai/local/.",
628
"apiBasePath": "ner/agri_ner_akai/local/",

0 commit comments

Comments
 (0)