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
hi so downlaoded and installed the meshgen-cuda.zip on blender 4.2.4 , blender 4.3 and latest compiled build of UPBGE 4.4 but every version it gives same error messege when clicking on load generator:
i am on linux fedora based distro.
Loading generator...
Failed to load generator: Shared library with base name 'llama' not found
Traceback (most recent call last):
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/generator/generator.py", line 72, in load_generator
import llama_cpp
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/.python_dependencies/llama_cpp/init.py", line 1, in
from .llama_cpp import *
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/.python_dependencies/llama_cpp/llama_cpp.py", line 88, in
_lib = _load_shared_library(_lib_base_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/.python_dependencies/llama_cpp/llama_cpp.py", line 79, in _load_shared_library
raise FileNotFoundError(
FileNotFoundError: Shared library with base name 'llama' not found
The text was updated successfully, but these errors were encountered:
Fixed this issue. You need to install:
1). Visual Studio (might not be needed, but CUDA 12.1 prompted I install this first)
2). NVIDIA CUDA 12.1
3). This Add-on
hi so downlaoded and installed the meshgen-cuda.zip on blender 4.2.4 , blender 4.3 and latest compiled build of UPBGE 4.4 but every version it gives same error messege when clicking on load generator:
i am on linux fedora based distro.
Loading generator...
Failed to load generator: Shared library with base name 'llama' not found
Traceback (most recent call last):
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/generator/generator.py", line 72, in load_generator
import llama_cpp
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/.python_dependencies/llama_cpp/init.py", line 1, in
from .llama_cpp import *
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/.python_dependencies/llama_cpp/llama_cpp.py", line 88, in
_lib = _load_shared_library(_lib_base_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vuaieo/.config/blender/4.2/scripts/addons/meshgen/.python_dependencies/llama_cpp/llama_cpp.py", line 79, in _load_shared_library
raise FileNotFoundError(
FileNotFoundError: Shared library with base name 'llama' not found
The text was updated successfully, but these errors were encountered: