6630507

Results 10 comments of 6630507

Can confirm the Linux build process (Ubuntu 20.04) was pretty quick and painless. Needed qtbase5-dev, got qmake from qt5-qmake, and grabbed qt-sdk. Simply ran qmake and then make in the...

Thanks for your quick response. I updated Jax to 0.3.12, but the local server still fails to run. Now I'm getting an error > ImportError: cannot import name 'isin' from...

This worked for me: `pip install gfpgan numpy=1.21.2`

I had this issue with the update to 1111, and what I eventually figured out was the issue was a change in how dependencies are installed to the venv directory...

I had this issue with the update to 1111, and what I eventually figured out was the issue was a change in how dependencies are installed to the venv directory...

Do you have xformers installed? I discovered the hard way that xformers wants pytorch 1.13, under which patchmatch will not compile. To get xformers and patchmatch, I had to first...

Presently I'm using GPTQ. I think for exLLaMa I was having trouble with ABI on mys system, since it's an older CPU. On Sat, 2023-09-02 at 08:59 -0700, Saifeddine ALOUI...

I am also having this issue, using C-Transformers. Lollms-webui worked two weeks ago. ![no-model-selected](https://github.com/ParisNeo/lollms-webui/assets/64320940/83622e8e-0b7a-482f-a311-2ba107e2b50b) I reinstalled everything, and I get one of two outcomes: if I re-select the GGUF model,...

@daswer123 Thanks for identifying the problem! I was having this issue on Linux with python 3.13. I was able to install on Linux with Python 3.10

I'm experiencing this too. I'm a Linux user who is trying to turn the Copilot key into something useful. I have it mapped to Control_R which I need to get...