From 7cec88e9d36304a67891bbbd80f642c33eac2fe1 Mon Sep 17 00:00:00 2001 From: Ryanwalker277 Date: Wed, 22 May 2024 12:04:34 +0530 Subject: [PATCH] Removed unnecessary models (Samagra Bot) --- config.json | 195 ---------------------------------------------------- 1 file changed, 195 deletions(-) diff --git a/config.json b/config.json index d13a0f6..0a1dc65 100644 --- a/config.json +++ b/config.json @@ -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/.", @@ -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/.", @@ -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/.",