mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-17 13:11:46 +00:00
Small typo fix (#313)
* typo fix * Update ch03/02_bonus_efficient-multihead-attention/mha-implementations.ipynb * Update ch03/02_bonus_efficient-multihead-attention/mha-implementations.ipynb * Update ch03/02_bonus_efficient-multihead-attention/mha-implementations.ipynb --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
parent
da5236ee72
commit
76e6910a1a
@ -1074,7 +1074,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Cnable tensor cores\n",
|
"# Enable tensor cores\n",
|
||||||
"torch.set_float32_matmul_precision(\"high\")"
|
"torch.set_float32_matmul_precision(\"high\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user