更新 git忽略文件配置, triton地址修改

This commit is contained in:
zhouchengrong
2024-03-19 17:01:11 +08:00
parent 2dd85cb3ab
commit 372727d790

View File

@@ -34,7 +34,7 @@ ATT_TRITON_IP = "10.1.1.240"
ATT_TRITON_PORT = "10020" ATT_TRITON_PORT = "10020"
# service env # service env
LOGS_PATH = "logs/errors.log" LOGS_PATH = "app/logs/errors.log"
FASHION_CATEGORIES = "app/service/outfit_matcher/config/fashion_categories.json" FASHION_CATEGORIES = "app/service/outfit_matcher/config/fashion_categories.json"
FASHION_CATEGORIES_MAPPING = "app/service/outfit_matcher/config/fashion_category_mapping.json" FASHION_CATEGORIES_MAPPING = "app/service/outfit_matcher/config/fashion_category_mapping.json"