You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to build a RAG retrieval system on the universal windows platform, using a .gguf embedded model. The retrieval works fine in the unity editor, but when generating for deployment on a UWP platform, it doesn't work and gets stuck at the first step of the rag.Search(message, 1). I checked llmCaller.llm.model and it displays the correct model name.
Steps to reproduce
No response
LLMUnity version
No response
Operating System
None
The text was updated successfully, but these errors were encountered:
Hi! I haven't worked or tested with UWP yet.
The supported platforms are: Windows, Linux, macOS, iOS and Android.
I'm modifying the bug label to enhancement.
Hello, undreamai_windows-noavx.dll seems to be in Win32 format, is it possible to generate one in ARM64 format, thank you very much.
Error at runtime:
System.DllNotFoundException: Unable to load DLL 'undreamai_windows-noavx'. Tried the load the following dynamic libraries: Unable to load dynamic library 'undreamai_windows-noavx' because of 'Failed to open the requested Unable to load dynamic library 'undreamai_windows-noavx' because of 'Failed to open the requested dynamic library (0x06000000) - %1 is not a valid Win32 application.
Describe the bug
I'm looking to build a RAG retrieval system on the universal windows platform, using a .gguf embedded model. The retrieval works fine in the unity editor, but when generating for deployment on a UWP platform, it doesn't work and gets stuck at the first step of the rag.Search(message, 1). I checked llmCaller.llm.model and it displays the correct model name.
Steps to reproduce
No response
LLMUnity version
No response
Operating System
None
The text was updated successfully, but these errors were encountered: