From 397434035397189c7c8e9b45e863ba3ad6c7d45f Mon Sep 17 00:00:00 2001 From: Uzo Nweke Date: Sun, 21 Jan 2024 01:08:27 -0500 Subject: [PATCH] typo correction --- ci/run.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/run.sh b/ci/run.sh index e293b3fbd..06c89cdbd 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -637,14 +637,12 @@ function gg_run_mistral_7b_v0_1 { path_shakespeare="../models-mnt/shakespeare" shakespeare="${path_shakespeare}/shakespeare.txt" - lora_shakespeare="${path_lora}/adapter-model.bin" - -# TODO - we need mistral lora + lora_shakespeare="${path_lora}/adapter_model.bin" gg_wget ${path_lora} https://huggingface.co/datasets/segmond/mistral_7b_v0_1_q8_0_shakespeare_lora/blob/main/adapter_model.bin gg_wget ${path_shakespeare} https://huggingface.co/datasets/segmond/mistral_7b_v0_1_q8_0_shakespeare_lora/blob/main/shakespeare.txt - # model is in gguf format since we finetuned from gguf + # model is in gguf format since we finetuned from gguf, no need to convert, is this correct? #python3 ../convert-lora-to-ggml.py ${path_lora} # f16