Loading pkgs/development/python-modules/docling-ibm-models/default.nix +7 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -82,6 +83,12 @@ buildPythonPackage rec { "test_tf_predictor" ]; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ # No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package "tests/test_code_formula_predictor.py" "tests/test_layout_predictor.py" ]; meta = { changelog = "https://github.com/DS4SD/docling-ibm-models/blob/${src.tag}/CHANGELOG.md"; description = "Docling IBM models"; Loading Loading
pkgs/development/python-modules/docling-ibm-models/default.nix +7 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -82,6 +83,12 @@ buildPythonPackage rec { "test_tf_predictor" ]; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ # No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package "tests/test_code_formula_predictor.py" "tests/test_layout_predictor.py" ]; meta = { changelog = "https://github.com/DS4SD/docling-ibm-models/blob/${src.tag}/CHANGELOG.md"; description = "Docling IBM models"; Loading