Merge pull request #162 from d-kleine/main

minor: fixed variable name in text
This commit is contained in:
Sebastian Raschka 2024-05-17 16:45:43 -04:00 committed by GitHub
commit 42d003c4ee

View File

@ -605,7 +605,7 @@
"id": "e1145a90-35ff-462c-820b-15483fa5b051",
"metadata": {},
"source": [
"- Note that since we initialize the weight matrix $B$ (`self.B` in `LoraLayer`) with zero values in the LoRA layer, the matrix multiplication between $A$ and $B$ results in a matrix consisting of 0's and doesn't affect the original weights (since adding 0 to the original weights does not modify them)"
"- Note that since we initialize the weight matrix $B$ (`self.B` in `LoRALayer`) with zero values in the LoRA layer, the matrix multiplication between $A$ and $B$ results in a matrix consisting of 0's and doesn't affect the original weights (since adding 0 to the original weights does not modify them)"
]
},
{
@ -1415,7 +1415,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.11"
}
},
"nbformat": 4,