Updated Issues (markdown)

leafspark 2024-08-31 14:58:35 -07:00
parent e73593371f
commit c579d8c0e1
1 changed files with 5 additions and 1 deletions

@ -8,4 +8,8 @@ Make an issue on the llama.cpp repo asking them to support your model in GGUF.
### The progress bar seems to be fake.
There's no official API for getting the progress, so the progress bar is just a placeholder that is semi-accurate.
This should be fixed, however this could mean an issue with the parsing of the quantization logs.
### I can't resize the window.
While resizing using the mouse is unavailable as of now, it's possible to set the launch resolution using `AUTOGGUF_RESOLUTION` and the Ctrl+- keys to resize the window by 1.1/0.9x (default).