Adrian
Adrian
For whatever reason, I do explicitly turn on anti aliasing when drawing to an image. I wonder if the same artifacts show up when running `screenshot`.
I found these two references that might also help: https://batsov.com/articles/2010/02/26/enable-aa-in-swing/ https://askubuntu.com/questions/636666/ugly-non-anti-aliased-fonts-in-java-swing-applications Both recommend the following ``` // enable anti-aliasing System.setProperty("awt.useSystemAAFontSettings","on"); System.setProperty("swing.aatext", "true"); // Alternatively (and if you do not have...
fwiw, I've already forked aciinema/vt
> Blink and screenshot might be at odds! Maybe that just means we to add cli-media support so we can make gifs!
These adjustments look great. The latest update makes llama.clj compatible with the latest llama.cpp, but it doesn't really take advantage of many of the improvements. I was mostly interested in...
@papadako llama.clj has already been updated to a later version of llama.cpp since this issue was created. I just pushed a [branch](https://github.com/phronmophobic/llama.clj/tree/add-bert) that is updated to work with the latest...
@papadako , the latest release finally uses the new llama_decode api instead of llama_eval. I think I've also addressed all the other points except for adding a reset? flag to...