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