You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
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
couldn't configure the model with TurbomindEngineConfig and the error shows RuntimeError: Error: turbomind has not been built with fp32 support. With PytorchEngineConfig it's ok to run the code.
Reproduction
I simply run the following code and nothing special:
from lmdeploy import pipeline, TurbomindEngineConfig
from lmdeploy.vl import load_image
model = 'OpenGVLab__InternVL2_5-4B-MPO'
pipe = pipeline(model, backend_config=TurbomindEngineConfig(session_len=8192))
Checklist
Describe the bug
couldn't configure the model with
TurbomindEngineConfig
and the error showsRuntimeError: Error: turbomind has not been built with fp32 support.
WithPytorchEngineConfig
it's ok to run the code.Reproduction
I simply run the following code and nothing special:
Environment
Error traceback
The text was updated successfully, but these errors were encountered: