From 4d9ae44efd52e7d808a50ea2a01c937ebd03e148 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 22 Apr 2023 02:53:52 -0300 Subject: [PATCH] Update Spell-book.md --- docs/Spell-book.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/Spell-book.md b/docs/Spell-book.md index 1361a612..9b7c76c9 100644 --- a/docs/Spell-book.md +++ b/docs/Spell-book.md @@ -104,8 +104,4 @@ python download-model.py facebook/galactica-125m --threads 8 #### LoRAs work in 4-bit mode -You need to follow these instructions - -https://github.com/oobabooga/text-generation-webui/wiki/GPTQ-models-(4-bit-mode)#using-loras-in-4-bit-mode - -and then start the web UI with the `--monkey-patch` flag. \ No newline at end of file +You need to follow [these instructions](GPTQ-models-(4-bit-mode).md#using-loras-in-4-bit-mode) and then start the web UI with the `--monkey-patch` flag.