libtorch-bin: add sourceProvenance binaryNativeCode
This commit is contained in:
@@ -93,6 +93,7 @@ in stdenv.mkDerivation {
|
||||
meta = with lib; {
|
||||
description = "C++ API of the PyTorch machine learning framework";
|
||||
homepage = "https://pytorch.org/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
# Includes CUDA and Intel MKL, but redistributions of the binary are not limited.
|
||||
# https://docs.nvidia.com/cuda/eula/index.html
|
||||
# https://www.intel.com/content/www/us/en/developer/articles/license/onemkl-license-faq.html
|
||||
|
||||
Reference in New Issue
Block a user