From c579d8c0e13b4718a11cb31022d20d3dd6368567 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:58:35 -0700 Subject: [PATCH] Updated Issues (markdown) --- Issues.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Issues.md b/Issues.md index be6ccb0..6b5f7a6 100644 --- a/Issues.md +++ b/Issues.md @@ -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. \ No newline at end of file +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). \ No newline at end of file