[CI] speed up ut (#4901)

avoid model download to speed up ut test. 

- vLLM version: v0.12.0
- vLLM main:
ad32e3e19c

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-12-11 18:45:43 +08:00
committed by GitHub
parent 3fade30275
commit b89763f1ed
6 changed files with 35 additions and 36 deletions

View File

@@ -60,7 +60,7 @@ class ElasticClient:
ip, port_str = source.split(':')
port = int(port_str)
except Exception as e:
logger.error(f"IP format error: {source}, detail: {e}")
logger.info(f"IP format error: {source}, detail: {e}")
continue
self.server_addr = ip