Simplify TORCH_CUDA_ARCH_LIST - function call already returns a string
This commit is contained in:
@@ -77,7 +77,7 @@ buildPythonPackage {
|
||||
'';
|
||||
|
||||
CUDA_HOME = "${cudaPackages.cudatoolkit}";
|
||||
TORCH_CUDA_ARCH_LIST = "${lib.concatStringsSep ";" torch.cudaCapabilities}";
|
||||
TORCH_CUDA_ARCH_LIST = lib.concatStringsSep ";" torch.cudaCapabilities;
|
||||
|
||||
dependencies = [
|
||||
numpy
|
||||
|
||||
Reference in New Issue
Block a user