From 68c33a64e634f69e0f328dc0888570b30d46f1c3 Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 7 May 2024 07:05:47 -0500 Subject: [PATCH] fix sentence --- appendix-E/01_main-chapter-code/appendix-E.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix-E/01_main-chapter-code/appendix-E.ipynb b/appendix-E/01_main-chapter-code/appendix-E.ipynb index f973af8..b606649 100644 --- a/appendix-E/01_main-chapter-code/appendix-E.ipynb +++ b/appendix-E/01_main-chapter-code/appendix-E.ipynb @@ -645,7 +645,7 @@ "metadata": {}, "source": [ "- We then freeze the original model parameter and use the `replace_linear_with_lora` to replace the said `Linear` layers using the code below\n", - "- This will replace the `Linear` layers in the " + "- This will replace the `Linear` layers in the LLM with `LinearWithLoRA` layers" ] }, {