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: fix mul_mat_q not used for output tensor #3127

Merged

Conversation

JohannesGaessler
Copy link
Collaborator

As pointed out by #3110 (comment) , the recent PR #3110 has increased VRAM usage. The problem is that at some point I added a condition for using mul_mat_q over cuBLAS for debugging purposes and forgot to remove it again. This PR removes said condition which fixes the increased VRAM usage for the output tensor.

@JohannesGaessler JohannesGaessler merged commit 89e8959 into ggerganov:master Sep 11, 2023
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.

2 participants