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
By using float16 instead of bfloat16, it crashes with. Only bfloat16 works, which leads to very poor performance. This happens in pytorch 2.5.1 using your extension.
Describe the bug
By using float16 instead of bfloat16, it crashes with. Only bfloat16 works, which leads to very poor performance. This happens in pytorch 2.5.1 using your extension.
Works:
vllm serve ~/projects/webui/text-generation-webui/models/gpqt/ --dtype=bfloat16
Crashes :
vllm serve ~/projects/webui/text-generation-webui/models/gpqt/ --dtype=float16
Error:
The text was updated successfully, but these errors were encountered: