Error processing prompt: llvmlite.binding.initialize() is deprecated
When sending a message in the tinychat UI, this error is returned and no response is generated:
Failed to fetch completions: Error processing prompt (see logs with DEBUG>=2): llvmlite.binding.initialize() is deprecated and will be removed. LLVM initialization is now handled automatically. Please remove calls to this function from your code and check for other behavioral changes that may have occurred due to LLVM updates.
Details:
Error: Failed to fetch completions: Error processing prompt (see logs with DEBUG>=2): llvmlite.binding.initialize() is deprecated and will be removed. LLVM initialization is now handled automatically. Please remove calls to this function from your code and check for other behavioral changes that may have occurred due to LLVM updates.
at Proxy.openaiChatCompletion (http://192.168.2.22:52415/index.js:416:17)
at async Proxy.processMessage (http://192.168.2.22:52415/index.js:320:19)
this is currently a complete showstopper
Any updates on this ?
Try to uninstall llvmlite and install llvmlite==0.44, you could do that by
pip install llvmlite==0.44
@estatic - cool will give it try, Thanks