[X] 1. I have searched related issues but cannot get the expected help.
[X] 2. The bug has not been fixed in the latest version.
[X] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
Describe the bug
lmdeploy pipeline load model extremely slow, put InternVL2-26B to 2 L20 GPU(46GB GPU memory per Card) take more than 40mins
Reproduction
from lmdeploy import pipeline, TurbomindEngineConfig
pipe = pipeline(InternVL2-26B_model_path, backend_config=TurbomindEngineConfig(session_len=8192,tp=2))
Checklist
Describe the bug
lmdeploy pipeline load model extremely slow, put InternVL2-26B to 2 L20 GPU(46GB GPU memory per Card) take more than 40mins
Reproduction
from lmdeploy import pipeline, TurbomindEngineConfig pipe = pipeline(InternVL2-26B_model_path, backend_config=TurbomindEngineConfig(session_len=8192,tp=2))
Environment
Error traceback