Skip to content

Commit

Permalink
Removed unnecessary models (Samagra Bot)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWalker277 committed May 22, 2024
1 parent df0f313 commit 7cec88e
Showing 1 changed file with 0 additions and 195 deletions.
195 changes: 0 additions & 195 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,5 @@
{
"models": [
{
"serviceName": "flow_classification_uplift",
"modelBasePath": "src/text_classification/flow_classification_uplift/local/.",
"apiBasePath": "text_classification/flow_classification_uplift/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"constraints": ["node.role==worker"],
"build": true
},
{
"serviceName": "flow_classification",
"modelBasePath": "src/text_classification/flow_classification/local/.",
"apiBasePath": "text_classification/flow_classification/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"constraints": ["node.role==worker"],
"build": false
},
{
"serviceName": "llm_openai_gpt4turbo",
"modelBasePath": "src/llm/openai/chatgpt4turbo_preview/.",
"apiBasePath": "/llm/openai/chatgpt4turbo_preview",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": false
},
{
"serviceName": "convo_starter",
"modelBasePath": "src/text_classification/convo_starter_orgbot/local/.",
"apiBasePath": "text_classification/convo_starter_orgbot/local/",
"containerPort": 8000,
"environment": { },
"nginx": [],
"build": false
},
{
"serviceName": "search_tf",
"modelBasePath": "src/search/tf_search/local/.",
"apiBasePath": "search/tf_search/local/",
"containerPort": 8000,
"environment": { },
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
"build": false
},
{
"serviceName": "embedding_instructor",
"modelBasePath": "src/embeddings/instructor/local/.",
"apiBasePath": "/embeddings/instructor/local",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}",
"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
},
{
"serviceName": "embedding_openai",
"modelBasePath": "src/embeddings/openai/remote/.",
Expand All @@ -73,88 +11,6 @@
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
"build": false
},
{
"serviceName": "asr_whisper_en",
"modelBasePath": "src/asr/whisper_en/local/.",
"apiBasePath": "asr/whisper_en/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"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
},
{
"serviceName": "asr_lang_detect",
"modelBasePath": "src/asr/whisper_lang_rec/local/.",
"apiBasePath": "asr/whisper_lang_rec/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"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
},
{
"serviceName": "ner",
"modelBasePath": "src/ner/agri_ner_akai/local/.",
"apiBasePath": "ner/agri_ner_akai/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"build": false
},
{
"serviceName": "word_score",
"modelBasePath": "src/search/word_score/local/.",
"apiBasePath": "/search/word_score/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"build": false
},
{
"serviceName": "spell_check",
"modelBasePath": "src/spell_check/kenlm/local/.",
"apiBasePath": "spell_check/kenlm/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"build": false
},
{
"serviceName": "text_translation_azure_dict",
"modelBasePath": "src/text_translation/azure_dict/remote/.",
"apiBasePath": "/text_translation/azure_dict/remote",
"containerPort": 8000,
"environment": {
"AZURE_TRANSLATE_KEY": "${AZURE_TRANSLATE_KEY}"
},
"nginx": [],
"build": false
},
{
"serviceName": "text_translation_azure",
"modelBasePath": "src/text_translation/azure/remote/.",
"apiBasePath": "/text_translation/azure/remote",
"containerPort": 8000,
"environment": {
"AZURE_TRANSLATE_KEY": "${AZURE_TRANSLATE_KEY}"
},
"nginx": [],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
"serviceName": "asr_mms",
"modelBasePath": "src/asr/fairseq_mms/local/.",
"apiBasePath": "/asr/fairseq_mms/local",
"containerPort": 8000,
"environment": {},
"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
},
{
"serviceName": "coref_fcoref",
"modelBasePath": "src/coref/fcoref/local/.",
Expand All @@ -165,57 +21,6 @@
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
"serviceName": "text_translation_bhashini",
"modelBasePath": "src/text_translation/bhashini/remote/.",
"apiBasePath": "/text_translation/bhashini/remote",
"containerPort": 8000,
"environment": {},
"nginx": [],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
"serviceName": "text_translation_ai4bharat",
"modelBasePath": "src/text_translation/ai4bharat/remote/.",
"apiBasePath": "src/text_translation/ai4bharat/remote",
"containerPort": 8000,
"environment": {},
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
"serviceName": "text_lang_detection_bhashini",
"modelBasePath": "src/text_lang_detection/bhashini/remote/.",
"apiBasePath": "/text_lang_detection/bhashini/remote",
"containerPort": 8000,
"environment": {},
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
"serviceName": "chunking_mpnet",
"modelBasePath": "src/chunking/MPNet/local/.",
"apiBasePath": "chunking/MPNet/local",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"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
},
{
"serviceName": "llm_openai_gpt3",
"modelBasePath": "src/llm/openai/chatgpt3/.",
"apiBasePath": "/llm/openai/chatgpt3",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": false
},
{
"serviceName": "llm_openai_gpt4",
"modelBasePath": "src/llm/openai/chatgpt4/.",
Expand Down

0 comments on commit 7cec88e

Please sign in to comment.