Skip to content
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

mistral does not support NVIDIA V100 (compute_cap <= 800) #305

Open
thesues opened this issue May 14, 2024 · 1 comment
Open

mistral does not support NVIDIA V100 (compute_cap <= 800) #305

thesues opened this issue May 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thesues
Copy link

thesues commented May 14, 2024

Describe the bug
it does not support some old hardware.

Can it just convert bfloat16 to float16 before loading model. just like vllm is doing?

@thesues thesues added the bug Something isn't working label May 14, 2024
@EricLBuehler
Copy link
Owner

Hi @thesues!

This is a problem with the way we compile our CUDA kernels. I'll try to see if we can modify the compilation process (likely with conditional compilation) to avoid this, but it will probably be difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants