Loading pkgs/development/python-modules/onnx-asr/default.nix +8 −3 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -68,7 +69,11 @@ buildPythonPackage (finalAttrs: { # Most tests require downloading models from Hugging Face doCheck = false; pythonImportsCheck = [ # aarch64-linux fails cpuinfo test, because /sys/devices/system/cpu/ does not exist in the sandbox: # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException' pythonImportsCheck = lib.optionals (!(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64)) [ "onnx_asr" ]; Loading Loading
pkgs/development/python-modules/onnx-asr/default.nix +8 −3 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -68,7 +69,11 @@ buildPythonPackage (finalAttrs: { # Most tests require downloading models from Hugging Face doCheck = false; pythonImportsCheck = [ # aarch64-linux fails cpuinfo test, because /sys/devices/system/cpu/ does not exist in the sandbox: # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException' pythonImportsCheck = lib.optionals (!(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64)) [ "onnx_asr" ]; Loading