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

CUDA: fixed cmake F16 option #2471

Merged

Conversation

JohannesGaessler
Copy link
Collaborator

As pointed out by #2453 (comment) it seems I forgot to adjust the name of one of the options in cmake so this PR fixes that.

@JohannesGaessler JohannesGaessler merged commit b772bba into ggerganov:master Jul 31, 2023
@LostRuins
Copy link
Collaborator

Might've missed another spot, due to renaming LLAMA_CUDA_F16 😄

if (LLAMA_CUDA_F16 OR LLAMA_CUDA_DMMV_F16)

is ok

if (LLAMA_CUDA_DMMV_F16)

won't trigger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants