Loading pkgs/development/python-modules/torchdata/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -54,6 +55,11 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # RuntimeError: DataLoader timed out after 5 seconds "test_ind_worker_queue" ]; meta = { description = "Iterative enhancement to the PyTorch torch.utils.data.DataLoader and torch.utils.data.Dataset/IterableDataset"; homepage = "https://github.com/meta-pytorch/data"; Loading Loading
pkgs/development/python-modules/torchdata/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -54,6 +55,11 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # RuntimeError: DataLoader timed out after 5 seconds "test_ind_worker_queue" ]; meta = { description = "Iterative enhancement to the PyTorch torch.utils.data.DataLoader and torch.utils.data.Dataset/IterableDataset"; homepage = "https://github.com/meta-pytorch/data"; Loading