From 7d07ba3e5cace81ce2902d0ff10f9b98a25fb922 Mon Sep 17 00:00:00 2001 From: mrq Date: Sun, 5 Mar 2023 18:56:55 +0000 Subject: [PATCH] Update 'Issues' --- Issues.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Issues.md b/Issues.md index 913dbf3..4c58224 100644 --- a/Issues.md +++ b/Issues.md @@ -2,6 +2,12 @@ I'll try and make a list of "common" (or what I feel may be common that I experience) issues with getting TorToiSe set up: +### "I can't use the Web UI when it shows an error" + +For god knows why, the Gradio web UI will prevent clicking on anything if it's listening outside of `127.0.0.1`. + +You must click the (X) icon next to the error message to dismiss it before using the web UI again. + ### `No hardware acceleration is available, falling back to CPU...` Be sure you have used the right script for setup: @@ -93,6 +99,10 @@ This occurs when you: Open a command prompt and type `tskill python` to kill all Python processes. Relaunch the web UI, and try to train again. +### `local_state[k] = v[grad_accum_step] / IndexError: list index out of range` + +Your `Gradiant Accumulation Size` is too large for your given `Batch Size`. Please reduce it to, at most, half your batch size, or use the validation button to correct this. + ## Reporting Other Errors I do not have all possible errors documented, so if you encounter one that you can't resolve, please open an Issue with adequate information, including: