mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-16 04:31:48 +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": [],
|
||||
"source": [
|
||||
"# Cnable tensor cores\n",
|
||||
"# Enable tensor cores\n",
|
||||
"torch.set_float32_matmul_precision(\"high\")"
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user