From 23f5b27326886a666c458ebaa37622179f8692a7 Mon Sep 17 00:00:00 2001 From: kghamilton89 Date: Sun, 17 Mar 2024 20:05:01 +0200 Subject: [PATCH] update install from source link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4217f7..c143eec 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ python app.py $base_model $lora_model 8bit pip install -r requirements.txt ``` -2. If `bitsandbytes` doesn't work, [install it from source](https://github.com/TimDettmers/bitsandbytes/blob/main/compile_from_source.md). Windows users can follow [these instructions](https://github.com/tloen/alpaca-lora/issues/17). +2. If `bitsandbytes` doesn't work, [install it from source](https://github.com/TimDettmers/bitsandbytes/blob/main/docs/source/installation.mdx#compile-from-source). Windows users can follow [these instructions](https://github.com/tloen/alpaca-lora/issues/17). ### Data Collecting