Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam-Rajeev authored Oct 7, 2023
1 parent 7a0bbbf commit 6cadb51
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"modelBasePath": "src/asr/whisper_en/local/.",
"apiBasePath": "asr/whisper_en/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"environment": {
"NVIDIA_VISIBLE_DEVICES": "${NVIDIA_VISIBLE_DEVICES}"
},
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
Expand All @@ -16,8 +17,9 @@
"modelBasePath": "src/asr/whisper_lang_rec/local/.",
"apiBasePath": "asr/whisper_lang_rec/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"environment": {
"NVIDIA_VISIBLE_DEVICES": "${NVIDIA_VISIBLE_DEVICES}"
},
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
Expand All @@ -27,8 +29,11 @@
"modelBasePath": "src/ner/agri_ner_akai/local/.",
"apiBasePath": "ner/agri_ner_akai/local/",
"containerPort": 8000,
"environment": {},
"environment": {
"NVIDIA_VISIBLE_DEVICES": "${NVIDIA_VISIBLE_DEVICES}"
},
"nginx": [],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
Expand Down Expand Up @@ -57,7 +62,7 @@
"environment": {},
"nginx": [],
"constraints": ["node.role==worker"],
"build": false
"build": true
},
{
"serviceName": "text_translation_azure_dict",
Expand All @@ -76,11 +81,9 @@
"apiBasePath": "data_generation/dictionary_aug/remote/",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}",
"NVIDIA_VISIBLE_DEVICES": "${NVIDIA_VISIBLE_DEVICES}"
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
Expand Down

0 comments on commit 6cadb51

Please sign in to comment.