Loading pkgs/development/python-modules/torchrl/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -154,14 +154,19 @@ buildPythonPackage rec { # undeterministic "test_distributed_collector_updatepolicy" "test_timeit" # On a 24 # assert torch.get_num_threads() == max(1, init_threads - 3) # AssertionError: assert 23 == 21 "test_auto_num_threads" ]; meta = with lib; { meta = { description = "Modular, primitive-first, python-first PyTorch library for Reinforcement Learning"; homepage = "https://github.com/pytorch/rl"; changelog = "https://github.com/pytorch/rl/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ GaetanLepage ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; # ~3k tests fail with: RuntimeError: internal error broken = stdenv.isLinux && stdenv.isAarch64; }; Loading Loading
pkgs/development/python-modules/torchrl/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -154,14 +154,19 @@ buildPythonPackage rec { # undeterministic "test_distributed_collector_updatepolicy" "test_timeit" # On a 24 # assert torch.get_num_threads() == max(1, init_threads - 3) # AssertionError: assert 23 == 21 "test_auto_num_threads" ]; meta = with lib; { meta = { description = "Modular, primitive-first, python-first PyTorch library for Reinforcement Learning"; homepage = "https://github.com/pytorch/rl"; changelog = "https://github.com/pytorch/rl/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ GaetanLepage ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; # ~3k tests fail with: RuntimeError: internal error broken = stdenv.isLinux && stdenv.isAarch64; }; Loading