Piotr Wilkin (ilintar)

Results 77 comments of Piotr Wilkin (ilintar)

Fixed quants for anyone wishing to test are here: https://huggingface.co/ilintar/THUDM_GLM-Z1-9B-0414_iGGUF (IQ4_NL, Q5_K_M, Q8)

Window is empty. ![Image](https://github.com/user-attachments/assets/0387ebfb-c01b-4fe9-938d-cbfdd8ec9ba1) idea.log shows the following error: `025-02-08 22:56:23,214 [ 125578] SEVERE - #c.i.o.a.i.FlushQueue - Unable to locate JNA native support library java.lang.UnsatisfiedLinkError: Unable to locate JNA native...

Oh yeah, the underlying error is this: ```java.lang.NoClassDefFoundError: Could not initialize class com.github.dockerjava.transport.DomainSocket```

Using the bundled JetBrains JRE (21.0.5+8-631.30).

Found something like this, seems like the exact same problem: https://github.com/docker-java/docker-java/issues/2171

Yes, and Chroma 0.6.2 is running on it.

BTW, don't know if it's relevant, but I'm running IntelliJ as a normal user and the user does not have access to the Docker socket.

After I added my user to the docker group, it started working. It seems the JNA thing in the docker library might just be broken and only triggers if for...

No, didn't manage to resolve it unfortunately :(

@magikRUKKOLA Yes, I can confirm from my template implementation that this code is buggy as hell. From my personal experience, the only reliable workaround has been to disable the partial...