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

Failed to lookup symbol 'llama_backend_init': None of the loaded modules contained the requested #22

Closed
yagnikkorat opened this issue Feb 23, 2024 · 1 comment
Assignees

Comments

@yagnikkorat
Copy link

Unhandled exception:
Invalid argument(s): Failed to lookup symbol 'llama_backend_init': None of the loaded modules contained the requested symbol 'llama_backend_init'.
#0 DynamicLibrary.lookup (dart:ffi-patch/ffi_dynamic_library_patch.dart:33:70)
#1 llama_cpp._llama_backend_initPtr (package:llama_cpp_dart/src/llama_cpp.dart:10187:63)
#2 llama_cpp._llama_backend_initPtr (package:llama_cpp_dart/src/llama_cpp.dart)
#3 llama_cpp._llama_backend_init (package:llama_cpp_dart/src/llama_cpp.dart:10190:7)
#4 llama_cpp._llama_backend_init (package:llama_cpp_dart/src/llama_cpp.dart)
#5 llama_cpp.llama_backend_init (package:llama_cpp_dart/src/llama_cpp.dart:10181:12)
#6 new Llama (package:llama_cpp_dart/src/llama.dart:74:9)
#7 main (package:llm/main.dart:208:17)
#8 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:297:19)
#9 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)

@netdur netdur self-assigned this Feb 23, 2024
@netdur
Copy link
Owner

netdur commented Feb 26, 2024

thanks for bug report I have resolved it

@netdur netdur closed this as completed Feb 26, 2024
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

No branches or pull requests

2 participants