From 820fa12fdb29d7f0f28f5369b05a03373b6dee04 Mon Sep 17 00:00:00 2001 From: hengyan <2653631564@qq.com> Date: Wed, 22 Jul 2026 09:17:08 +0800 Subject: [PATCH] chore: narrow GPU targets, increase crawler pages to 200 --- config.local.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.local.json b/config.local.json index 6331a0e..b35f4ef 100644 --- a/config.local.json +++ b/config.local.json @@ -25,14 +25,14 @@ "DOWNLOAD_POLL_INTERVAL_SECONDS": 300, "CRAWLER_REFRESH_SECONDS": 3600, - "DEFAULT_GPU_ALIASES": "910b,k100,p800,166m,bi100,bi150,c500,s4000,mrv100,mlu370-x4,mlu370-x8", + "DEFAULT_GPU_ALIASES": "c500,s4000,166m,k100,p800", "DEFAULT_MAX_MODEL_LEN": 1024, "ENABLE_NOT_ADAPTED_CRAWLER": true, - "TARGET_MACHINE_NAMES": "MTT S4000,Hygon K100,Kunlunxin P800", + "TARGET_MACHINE_NAMES": "MetaX C500,MTT S4000,Biren 166M,Hygon K100,Kunlunxin P800", "TARGET_TASK_LEVEL": "文本生成", "MODELHUB_PAGE_SIZE": 100, - "CRAWLER_MAX_PAGES": 20, + "CRAWLER_MAX_PAGES": 200, "ENABLE_DOWNLOAD_SUCCESS_CRAWLER": true, "DOWNLOAD_SUCCESS_PAGE_SIZE": 50,