Open xiaoyu1095 opened 2 weeks ago
稳定复现: 使用gunicorn启动SentenceTransformer拉起embeeding模型,(会根据worker数量,同时启动多个相同服务进程) 会卡住在SentenceTransformer(path)实例化处,后pod因为探针原因会被kill掉,重启的实例会输出unified_lock locked, waiting 1 second...
SentenceTransformer
SentenceTransformer(path)
Can you describe your usage scenario in detail? Provide the corresponding version, node resource status, application yaml and other information
稳定复现: 使用gunicorn启动
SentenceTransformer
拉起embeeding模型,(会根据worker数量,同时启动多个相同服务进程) 会卡住在SentenceTransformer(path)
实例化处,后pod因为探针原因会被kill掉,重启的实例会输出unified_lock locked, waiting 1 second...