-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] turbomind has not been built with fp32 support #3065
Comments
It is not a bug. |
I dont mean to use fp32 but simply run the demo. Even if I set |
Oh, sorry for the misunderstanding. |
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response. |
Hello, has this problem been solved? |
I didn't reproduce this issue. |
Please open INFO log level when creating the pipeline pipeline(model, backend_config=TurbomindEngineConfig(session_len=8192), log_level='INFO') There is
|
I can't find the cause of the problem, so I guess it may be docker. I use the latest version of the code, using the old version of docker, the above problems, using the latest docker no problem. Cursory screening, no in-depth study of the specific reasons. |
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: