2024-11-19 16:43:24.155342 9257 error [model_deploy_config.cpp:169] Failed to get vocab size from tokenizer wrapper with exception: ConnectionError: HTTPSConnectionPool(host='qianwen-res.oss-cn-beijing.aliyuncs.com', port=443): Max retries exceeded with url: /Qwen-VL/assets/SimSun.ttf (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0xfffd7c2873d0>: Failed to resolve 'qianwen-res.oss-cn-beijing.aliyuncs.com' ([Errno -3] Temporary failure in name resolution)"))
配置文件里已经配置了模型权重路径了,这里报错好像是要访问网址,我的服务器没有互联网,所以报错,为什么还要访问网址?
配置文件里已经配置了模型权重路径了,这里报错好像是要访问网址,我的服务器没有互联网,所以报错,为什么还要访问网址?