ms178
ms178
Can't reproduce with a recent LLVM-17 build with slightly different set of CFLAGS (without polly-parallel). ``` export CFLAGS="-O3 -march=native -mtune=native -maes -mllvm -inline-threshold=1000 -mllvm -polly -mllvm -polly-position=early -mllvm -polly-dependences-computeout=500000 -mllvm...
This was probably an issue with the rust toolchain and zlib, updating the rust toolchain solved it with: ``` sudo pacman -Sy rustup rustup default stable rustup target add i686-unknown-linux-gnu...
@ValZapod At least on Linux, x86 feature levels have become a thing. Some distributions such as CachyOS offer x86-64-v3 compiled repositories already which is very near to `-march=haswell`.
Indeed, the update cadence of Thorium could be improved to be closer to upstream releases in general. This is primarily a security concern.
This PKGBUILD is my attempt, but unfortunately cannot get a model to load successfully. `"Failed to load dynamic library /tmp/ollama2932610396/cpu/libext_server.so Unable to load dynamic library: Unable to load dynamic server...
Could you tell us more details on the used system (e.g. CPU and which Thorium build has been used, the AVX or AVX2 build)?! Benching different versions against each other...
> As I write on top of the issue, I used deb packages from the official repo. No manual builds. As there are several Thorium deb packages from the official...
> Official debian/ubuntu repo. Then please test the AVX2 version that is provided under the release link I gave you as I cannot say which compiler flags Ubuntu uses to...
P.S: The kernel also doesn't boot successfully, it hangs/crashes right after GRUB while loading from the Ramdisk and I have to reset the computer and boot my old Kernel to...
The preallocate_pmds.constprop related warnings also appear in this GCC bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578