Theo Paris
Theo Paris
Running into the same error on fedora linux with clang 15 on x86_64 😕 There is nothing in /usr/local/include to remove.
I would also like to see this added as this is the only blocker preventing me from switching to gitea over gitlab. Gitlab currently uses a lot more RAM which...
I'm having the same issue with a custom anisette server (https://github.com/Dadoum/Provision) and I even tried to install avahi-compat to fix libdns_sd.so not being loaded. I also tried downloading the binary...
I decided to merge #62 locally and I tried self-hosting the backend/frontend along with llava and `python3 -m llama_cpp.server --model ./2ab9be51b7dc737136b38093316a4d3577d1fb96281f1589adac7841f5b81c43 --clip_model_path ./mmproj.gguf --chat_format llava-1-5 --n_gpu_layers 35`. I specified the...
I am working on this myself and am going to add it to my utilities package. I hope this is ok with this author.
Another use case of this could be building a fastboot boot.img with a root filesystem tarball.
I tried to update this to LLVM 18/HEAD :rocket: Edit: It turns out the mutex header needs to be fixed for it to be properly upstreamed to LLVM.
It seems like the errors are due to not including zlib.h. The following patch fixes it on my end: ```diff diff --git a/include/assimp/ZipArchiveIOSystem.h b/include/assimp/ZipArchiveIOSystem.h index 9f3a4783b..0589e443e 100644 --- a/include/assimp/ZipArchiveIOSystem.h +++...
Should this issue be upstreamed to rocket.chat since it still uses this package?
Sure, I have pushed the monorepo that I have to [github](https://github.com/throw-out-error/ProxyByrd/tree/development) (development branch) You should be able to use the packages/backend folder directly without using the monorepo with pnpm. Maybe...