Skip to content

Commit c018c61

Browse files
Update config.json
1 parent f7fb9de commit c018c61

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

config.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
{
22
"models": [
33
{
4-
"serviceName": "embedding_instructor_gpu",
5-
"modelBasePath": "src/embeddings/instructor_gpu/local/.",
6-
"apiBasePath": "embeddings/instructor_gpu/local/",
7-
"containerPort": 8000,
8-
"environment": {
9-
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
10-
},
11-
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
12-
"constraints": ["node.labels.node_vm_type==gpu"],
13-
"build": false
14-
},
15-
{
164
"serviceName": "ner",
175
"modelBasePath": "src/ner/agri_ner_akai/local/.",
186
"apiBasePath": "ner/agri_ner_akai/local/",
@@ -72,18 +60,6 @@
7260
"constraints": ["node.labels.node_vm_type==gpu"],
7361
"build": false
7462
},
75-
{
76-
"serviceName": "text_translation_azure",
77-
"modelBasePath": "src/text_translation/azure/remote/.",
78-
"apiBasePath": "/text_translation/azure/remote",
79-
"containerPort": 8000,
80-
"environment": {
81-
"AZURE_TRANSLATE_KEY": "${AZURE_TRANSLATE_KEY}"
82-
},
83-
"nginx": [],
84-
"constraints": ["node.labels.node_vm_type==gpu"],
85-
"build": false
86-
},
8763
{
8864
"serviceName": "asr_mms",
8965
"modelBasePath": "src/asr/fairseq_mms/local/.",

0 commit comments

Comments
 (0)