Skip to content

Commit

Permalink
fix: clone Tag with needed script
Browse files Browse the repository at this point in the history
Because of this:

ggml-org/llama.cpp#7204

The python script `convert-lora-to-ggml.py` was
removed. So, we clone the repo on a previous
Tag/Commit.

It would be nice to study the analysed proposed
to the script.

Signed-off-by: Jose Gato <[email protected]>
  • Loading branch information
jgato committed Jun 21, 2024
1 parent 7333994 commit c7eb00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Training_a_LoRA_With_Instruct_Lab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
"import locale\n",
"locale.getpreferredencoding = lambda: \"UTF-8\"\n",
"\n",
"!git clone https://github.com/ggerganov/llama.cpp\n",
"!git clone -b b2843 https://github.com/ggerganov/llama.cpp\n",
"%cd llama.cpp\n",
"!make\n",
"!pip install -r requirements.txt"
Expand Down

0 comments on commit c7eb00c

Please sign in to comment.