From f362c795e4e17f76ed0b22673a2f3abe6a9c0fe8 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Sun, 1 Dec 2024 17:54:42 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20design=20triton=20=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E4=B8=BAA6000=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index dd56258..d369ff2 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -140,7 +140,7 @@ SEGMENTATION = { # ollama config OLLAMA_URL = "http://10.1.1.243:11434/api/embeddings" # DESIGN config -DESIGN_MODEL_URL = '10.1.1.243:10000' +DESIGN_MODEL_URL = '10.1.1.240:10000' AIDA_CLOTHING = "aida-clothing" KEYPOINT_RESULT_TABLE_FIELD_SET = ('neckline_left', 'neckline_right', 'shoulder_left', 'shoulder_right', 'armpit_left', 'armpit_right', 'cuff_left_in', 'cuff_left_out', 'cuff_right_in', 'cuff_right_out', 'waistband_left', 'waistband_right')