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
from nexa.gguf import NexaVLMInference, NexaTextInference # Import model classes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'nexa.gguf'
The text was updated successfully, but these errors were encountered:
installed nexa SDK via the windows installer (the nexa repo is linked in the readme)
whenever I got an error (for llama.dll for instance) I pulled the files from the nexa sdk folder (C:\Users[username]\AppData\Local\Nexa-SDK_internal) and put them in the python environment packages folder for nexa (C:\Users[username]\anaconda3\envs\local_file_organizer\Lib\site-packages\nexa). I had to do this for some of the other DLLs for gguf I think, I just copied over all files that werent in the directory already.
Then I got an error for punkt tab being missing. There will be a message in the terminal telling you how to fix this and I just followed that and now it seems to be working.
from nexa.gguf import NexaVLMInference, NexaTextInference # Import model classes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'nexa.gguf'
The text was updated successfully, but these errors were encountered: