This commit is contained in:
Awni Hannun 2024-12-06 10:48:58 -08:00 committed by GitHub
parent 3bb5b4a302
commit bc2a29f033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,3 @@
default_language_version:
python: python3.10
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.4

View File

@ -1,5 +1,6 @@
# Copyright © 2023-2024 Apple Inc.
import gc
import operator
import pickle
import resource
@ -1942,6 +1943,7 @@ class TestArray(mlx_tests.MLXTestCase):
return b
t()
gc.collect()
expected = get_mem()
for _ in range(100):
t()