bvajk
bvajk
Did you check wether it really fixes the problem or did you just commit it there because I commented it on the issue?
My guess is putting `tqdm` at the end of .devops/full.Dockerfile might solve the issue but I don't how to rebuild the image ;/
Why would you merge before knowing it fixes the problem in the first place?
> I have the same problem and am happy to test. I'm just not sure how to build the docker image locally Me too, the actions on [the PR](https://github.com/ggerganov/llama.cpp/pull/293) suggest...
Nice one, it seems to fix the issue for me, it is now downloading `consolidated.00.pth`
I've tried getting a heap dump with jcmd, but I wasn't able to and got this error message: ``` com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or...
Interestingly on my local tomcat server this problem does not occur. The next log entry (which is supposed to be following the freeze) is `13-Feb-2024 10:04:16.124 WARNING [RMI TCP Connection(12)-127.0.0.1]...
I've made org.postgres not be provided in our jboss build config and I can now see `2024-02-13 13:57:25,341 WARNING [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 258) JDBC driver loaded by protected...
I haven't been able to further investigate this. My current best guess is that somehow the unsetting process gets stuck on either the provided dependencies or JNDI resources. I'll try...
I've narrowed down the long save time to the checkpoint being hashed so I decided to add a boolean parameter to decide whether the user wants that or not: ```python...