Skip to content

Commit 85994e6

Browse files
Update config.json
1 parent 1738eeb commit 85994e6

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

config.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
{
22
"models": [
3+
{
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": true
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": true
24+
},
325
{
426
"serviceName": "ner",
527
"modelBasePath": "src/ner/agri_ner_akai/local/.",
@@ -130,7 +152,7 @@
130152
},
131153
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
132154
"constraints": ["node.labels.node_vm_type==gpu"],
133-
"build": true
155+
"build": false
134156
},
135157
{
136158
"serviceName": "embedding_instructor",

0 commit comments

Comments
 (0)