Replies: 1 comment
-
Yesss this! Dynamic loading is such a low-key lifesaver — the lack of it has broken more multi-agent setups than I’d care to admit 😅 If you’re mapping out where these frictions accumulate, we’ve actually been building a “failure mode atlas” for exactly this kind of infra issue. Ping me if curious. Appreciate you surfacing this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ggml has support for dynamic loading of backends
but now llama-cpp-python cant support it
This allows you to build multiple backends simultaneously without conflict.
Beta Was this translation helpful? Give feedback.
All reactions