mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-10 14:57:26 +00:00
fix sentence
This commit is contained in:
parent
d0d79103d5
commit
7f841611df
@ -645,7 +645,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"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",
|
"- 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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user