chore: fix typos

Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
snoppy
2024-06-21 09:52:02 +08:00
parent feee37d75f
commit 13f22974a4
6 changed files with 6 additions and 6 deletions

View File

@@ -258,7 +258,7 @@ def test_for_nans(x, where):
@lru_cache
def first_time_calculation():
"""
just do any calculation with pytorch layers - the first time this is done it allocaltes about 700MB of memory and
just do any calculation with pytorch layers - the first time this is done it allocates about 700MB of memory and
spends about 2.7 seconds doing that, at least with NVidia.
"""