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

Fix examples/simple/simple-ctx #770

Merged
merged 3 commits into from Mar 22, 2024
Merged

Conversation

wilderfield
Copy link
Contributor

There was an error in how the result tensor was being accessed.

This error led to the example creator defining incorrect expected result.

Please double check my assumption that the output of ggml_mul_mat is the transposed result of A*B.

wilderfield and others added 3 commits March 21, 2024 14:44
Correcting matrix multiplication expected result.
Fix incorrect striding through output.
Copy link
Owner

@ggerganov ggerganov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies for the confusion!

@ggerganov ggerganov merged commit 30626ea into ggerganov:master Mar 22, 2024
4 checks passed
@wilderfield
Copy link
Contributor Author

Apologies for the confusion!

No worries, it was good linear algebra review for me.
Thank you for cleaning up the README!

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.

None yet

2 participants