From b2081a518cc5a191ce8893afe7643f088790c357 Mon Sep 17 00:00:00 2001 From: Uzo Nweke Date: Sat, 20 Jan 2024 23:41:50 -0500 Subject: [PATCH] fix path and naming for lora --- ci/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/run.sh b/ci/run.sh index c1edcdbbe..e293b3fbd 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -633,11 +633,11 @@ function gg_run_mistral_7b_v0_1 { return 0 } - path_lora="../models-mnt/mistral/7B-v2/lora" + path_lora="../models-mnt/mistral/7B_v0_1/lora" path_shakespeare="../models-mnt/shakespeare" shakespeare="${path_shakespeare}/shakespeare.txt" - lora_shakespeare="${path_lora}/ggml-adapter-model.bin" + lora_shakespeare="${path_lora}/adapter-model.bin" # TODO - we need mistral lora