From 1ca9b8abf837d28e86302c2155a57171c92205f0 Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 27 Mar 2023 17:51:04 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb0326d..f22e387 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Made some adjust for the code in peft and gptq for llama, and make it possible for lora finetuning with a 4 bits base model. The same adjustment can be made for 2, 3 and 8 bits.
* Install Manual by s4rduk4r: https://github.com/s4rduk4r/alpaca_lora_4bit_readme/blob/main/README.md (**NOTE:** don't use the install script, use the requirements.txt instead.) +
+* Also Remember to create a venv if you do not want the packages be overwritten. +
# Update Logs * Resolved numerically unstable issue