15 buildPythonPackage rec {
16 pname = "onnxruntime-tools";
20 # the build distribution doesn't work at all, it seems to expect the same structure
21 # as the github source repo.
22 # The github source wasn't immediately obvious how to build for this subpackage.
24 pname = "onnxruntime_tools";
29 hash = "sha256-Hf+Ii1xIKsW8Yn8S4QhEX+/LPWAMQ/Y2M5dTFv5hetg=";
32 propagatedBuildInputs = [
43 pythonImportsCheck = [ "onnxruntime_tools" ];
46 description = "Transformers Model Optimization Tool of ONNXRuntime";
47 homepage = "https://pypi.org/project/onnxruntime-tools/";
48 license = with licenses; [ mit ];
49 maintainers = with maintainers; [ happysalada ];