Fabian Hachenberg

Results 10 comments of Fabian Hachenberg

For the case ./gcc-with-python \ examples/show-lto-supergraph.py \ -flto \ -flto-partition=none \ tests/examples/lto/input-* -c I verified, that I end up with object files containing lto info (output of readelf): readelf -a...

Does it work if you manually set LD_LIBRARY_PATH? Like so: LD_LIBRARY_PATH=usr/lib/gcc/x86_64linux-gnu/4.8/plugin gcc -fplugin=python.so -fplugin-arg-python-script=**.py **.c

The server code is part of this repo. What keeps you from running one yourself?

Great, this brought me a step forward. :+1: I had to call it twice to generate all files required mono Protobuild.exe --generate Linux mono Protobuild.exe --generate Windows

I now get prompted the following errors "/FreeSO/TSOClient/FreeSO.sln" (Build target) (1) -> "/FreeSO/TSOClient/FSO.iOS/FSOiOS.csproj" (default target) (43) -> /FreeSO/TSOClient/FSO.iOS/FSOiOS.csproj(315,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Xamarin/iOS/Xamarin.iOS.CSharp.targets" was not found. Confirm that the...

What do you mean exactly by "the rendered image is not right with the camera pose"?

I have too witnessed crashes with ggml-gpt4all-j I haven't had time to check it with other models though.

You probably ran it on another than the default port 9000, right? In the index.html the port is hardcoded into the request. Change it there and see what comes on...