B14CK313

Results 4 comments of B14CK313

A workaround that worked for me (Archlinux) is to use the systems `libgomp.so` instead of the included one. If you want to try it for yourself: 1. `cd /.venv/lib/python3.10/site-packages/torch/lib/` 2....

> Thank you for the tip. Sadly it did not seem to work for me. My /torch/lib folder inside invokeai only has libgomp.so (system has both libgomp.so and libgomp.so.1). I...

While searching for a replacement, I found this mod (recently updated to 1.21.4): https://www.curseforge.com/minecraft/mc-mods/modern-keybinding-fabric Working great so far. Hope it helps somebody!

I had the same issue but found a workaround that I am currently using while still lazy loading `rust-tools`: Specify the event manually using `event = { "BufReadPost *.rs" }`....