Loading pkgs/development/python-modules/torchrl/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,10 @@ buildPythonPackage rec { # assert torch.get_num_threads() == max(1, init_threads - 3) # AssertionError: assert 23 == 21 "test_auto_num_threads" # Flaky (hangs indefinitely on some CPUs) "test_gae_multidim" "test_gae_param_as_tensor" ]; meta = { Loading Loading
pkgs/development/python-modules/torchrl/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,10 @@ buildPythonPackage rec { # assert torch.get_num_threads() == max(1, init_threads - 3) # AssertionError: assert 23 == 21 "test_auto_num_threads" # Flaky (hangs indefinitely on some CPUs) "test_gae_multidim" "test_gae_param_as_tensor" ]; meta = { Loading