We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d8497 commit 5c681d8Copy full SHA for 5c681d8
tests/multi_device_test.py
@@ -304,7 +304,7 @@ def test_lax_full_like_efficient(self):
304
self.skipTest('Only can run test on device with mem_stats')
305
mesh = Mesh(devices, axis_names=("i"))
306
sharding = NamedSharding(mesh, P('i'))
307
- available_memory = mem_stats['bytes_reservable_limit']
+ available_memory = mem_stats['bytes_limit']
308
array_size = available_memory // (6 * len(devices)) * len(devices)
309
# Set up tracemalloc to track memory usage.
310
tm.start()
0 commit comments