Jimx

Results 4 comments of Jimx

no llama.cpp convert.py missing vocab.json file, @ @

Excuse me, did you compile under Windows or Linux? I'm failing in windows cmake, is there any result lld-link: error: could not open 'm.lib': no such file or directory

modify c:\users\yanite\appdata\roaming\blender foundation\blender\4.3\scripts\addons\rprblender\material_library\loader.py class UberMaterialCompiler(MappedNodeCompiler): def get_input_socket(self, name): .... socket_info = super().get_input_socket(name) if socket_info is None: # if not found from input_sockets_info get socket_info = self.input_sockets_info.get(name, None) if socket_info is...