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:
Jeroen Van Goey 2024-08-12 14:54:12 +02:00 committed by GitHub
parent da5236ee72
commit 76e6910a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1074,7 +1074,7 @@
},
"outputs": [],
"source": [
"# Cnable tensor cores\n",
"# Enable tensor cores\n",
"torch.set_float32_matmul_precision(\"high\")"
]
},