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

update ggml to 2024-10-03 #473

Closed
wants to merge 1 commit into from

Conversation

Green-Sky
Copy link
Contributor

No description provided.

@@ -47,6 +48,8 @@ const char* sampling_methods_str[] = {
"LCM",
};

static_assert((int)SD_TYPE_COUNT == (int)GGML_TYPE_COUNT);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

sadly a c++17 feature...

@Green-Sky Green-Sky force-pushed the update_ggml_24_10_03 branch 3 times, most recently from c9c9810 to 578ae37 Compare November 20, 2024 17:05
@Green-Sky
Copy link
Contributor Author

Looks like newer ggml failes to compile on older rocm, because of a compiler bug.

We need to solve this by updating the hip sdk (like llama.cpp).

Will ignore for now.

@Green-Sky Green-Sky force-pushed the update_ggml_24_10_03 branch from 578ae37 to bfaa294 Compare November 20, 2024 17:39
@Green-Sky
Copy link
Contributor Author

Ok, changes are upsteam now

@Green-Sky Green-Sky closed this Nov 23, 2024
@Green-Sky
Copy link
Contributor Author

Including the failing rocm build :)

@Green-Sky Green-Sky deleted the update_ggml_24_10_03 branch November 23, 2024 12:46
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.

1 participant