Fix cann compilation error after llama.cpp supports dynamically loadable backends#9891
Merged
hipudding merged 1 commit intoggml-org:masterfrom Oct 16, 2024
Merged
Conversation
Contributor
Author
6a98cee to
8f0f762
Compare
0badb30 to
2378a77
Compare
Contributor
Author
|
@ggerganov example/server/public/index.js seems changed last day. Server check is failed for new PR request because index.js has different from npm.reversehttp.com, and when push with new index.js download from upstream server check passed. If it is right, I will update index.js with the content from upstream |
Merged
Member
|
I've opened a PR: #9895 Will merge it after the CI is green and then you can rebase. |
…ly loadable backends
2378a77 to
5c43ba6
Compare
slaren
approved these changes
Oct 15, 2024
drollings
pushed a commit
to drollings/llama.cpp
that referenced
this pull request
Oct 18, 2024
Fix cann compilation error after merging llama.cpp supports dynamically loadable backends.
dsx1986
pushed a commit
to dsx1986/llama.cpp
that referenced
this pull request
Oct 29, 2024
Fix cann compilation error after merging llama.cpp supports dynamically loadable backends.
arthw
pushed a commit
to arthw/llama.cpp
that referenced
this pull request
Nov 15, 2024
Fix cann compilation error after merging llama.cpp supports dynamically loadable backends.
arthw
pushed a commit
to arthw/llama.cpp
that referenced
this pull request
Nov 18, 2024
Fix cann compilation error after merging llama.cpp supports dynamically loadable backends.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Changes:
Remarks:
1)This PR fix the issue: "Bug: [CANN] compile failure #9844"
2)[CANN] backend adapts to llama.cpp dynamical backend loading mechanism will be implemented in #9862