File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,9 @@ def test_single_process_e2e(self, extra_env):
68
68
self .assertEqual (u .duty_cycle_pct , 0.0 )
69
69
one_gb = 1 << 30
70
70
self .assertLess (u .memory_usage , one_gb )
71
- # TODO: check output
72
- cli .print_chip_info ()
71
+ # TODO(https://github.com/pytorch/xla/issues/9462): Uncomment after
72
+ # libtpu is fixed for python 3.12
73
+ # cli.print_chip_info()
73
74
74
75
@contextlib .contextmanager
75
76
def _torch_xla_spawn (self ):
@@ -104,8 +105,9 @@ def test_multiprocessing_e2e(self):
104
105
self .assertEqual (u .duty_cycle_pct , 0.0 )
105
106
one_gb = 1 << 30
106
107
self .assertLess (u .memory_usage , one_gb )
107
- # TODO: check output
108
- cli .print_chip_info ()
108
+ # TODO(https://github.com/pytorch/xla/issues/9462): Uncomment after
109
+ # libtpu is fixed for python 3.12
110
+ # cli.print_chip_info()
109
111
110
112
111
113
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments