diff --git a/pkgs/development/python-modules/tensordict/default.nix b/pkgs/development/python-modules/tensordict/default.nix index 1ad591e13be6..9e7dd4e4ab56 100644 --- a/pkgs/development/python-modules/tensordict/default.nix +++ b/pkgs/development/python-modules/tensordict/default.nix @@ -70,13 +70,8 @@ buildPythonPackage rec { # + where tensor(False) = () "test_mp" - # torch._dynamo.exc.BackendCompilerFailed - # Requires a more recent version of triton - # Re-enable when https://github.com/NixOS/nixpkgs/pull/328247 is merged + # torch._dynamo.exc.InternalTorchDynamoError: RuntimeError: to_module requires TORCHDYNAMO_INLINE_INBUILT_NN_MODULES to be set. "test_functional" - "test_linear" - "test_seq" - "test_seq_lmbda" ] ++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [ # RuntimeError: internal error