-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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 cann compilation error after llama.cpp supports dynamically loadable backends #9891
Merged
hipudding
merged 1 commit into
ggerganov:master
from
leo-pony:backend_dynamic_load_adapty
Oct 16, 2024
Merged
Fix cann compilation error after llama.cpp supports dynamically loadable backends #9891
hipudding
merged 1 commit into
ggerganov:master
from
leo-pony:backend_dynamic_load_adapty
Oct 16, 2024
Conversation
This file contains 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
6a98cee
to
8f0f762
Compare
0badb30
to
2378a77
Compare
@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
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Ascend NPU
issues specific to Ascend NPUs
bug
Something isn't working
ggml
changes relating to the ggml tensor library for machine learning
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