netdur / llama_cpp_dart

dart binding for llama.cpp
MIT License
169 stars 22 forks source link

Fix #3 #4

Closed danemadsen closed 10 months ago

danemadsen commented 10 months ago

Fixed the issue we had with Llama.libraryPath, its now working great in maid.

I also added some logic with a completer to prevent race conditions for when _modelSendport is uninitialized and either prompt, stop or unloadModel is called.

danemadsen commented 10 months ago

Fixes #3

netdur commented 10 months ago

@danemadsen amazing work, thank you for resolving it.