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

sync : llama.cpp (fused soft max, gpu cpy ops, etc.) #640

Merged
merged 12 commits into from
Dec 7, 2023
Merged

Conversation

ggerganov
Copy link
Owner

@ggerganov ggerganov commented Dec 7, 2023

No description provided.

@ggerganov
Copy link
Owner Author

All 3 repos should be synced now

examples/whisper/whisper.cpp Outdated Show resolved Hide resolved
@@ -8446,7 +8469,7 @@ static void ggml_compute_forward_concat_f32(
GGML_ASSERT(nb10 == sizeof(float));

for (int i3 = 0; i3 < ne3; i3++) {
for (int i2 = ith; i2 < ne2; i2++) {
for (int i2 = ith; i2 < ne2; i2 += nth) {
Copy link
Owner Author

Choose a reason for hiding this comment

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

@FSSRepo FYI there was a bug in ggml_concat

Copy link
Collaborator

@FSSRepo FSSRepo Dec 7, 2023

Choose a reason for hiding this comment

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

This PR already solves it anyway. Right?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yes - waiting for CI to pass and will merge

@ggerganov ggerganov merged commit c57aa8e into master Dec 7, 2023
4 checks passed
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

3 participants