···
-
hash = "sha256-MZiZwdedz+Vxa1+VBfHDKf4NVSiOAytGboIJ0DvCXmk=";
build-system = [ setuptools ];
···
export MAX_JOBS="$NIX_BUILD_CORES"
-
TORCH_CUDA_ARCH_LIST = lib.concatStringsSep ";" torch.cudaCapabilities;
broken = !torch.cudaSupport || !config.cudaSupport;
homepage = "https://flashinfer.ai/";
description = "Library and kernel generator for Large Language Models";
···
and inference, and delivers state-of-the-art performance across diverse
-
license = licenses.asl20;
-
maintainers = with maintainers; [ breakds ];
···
+
hash = "sha256-e9PfLfU0DdoLKlXiHylCbGd125c7Iw9y4NDIOAP0xHs=";
build-system = [ setuptools ];
···
export MAX_JOBS="$NIX_BUILD_CORES"
+
FLASHINFER_CUDA_ARCH_LIST = lib.concatStringsSep ";" torch.cudaCapabilities;
+
"nvidia-cudnn-frontend"
broken = !torch.cudaSupport || !config.cudaSupport;
homepage = "https://flashinfer.ai/";
description = "Library and kernel generator for Large Language Models";
···
and inference, and delivers state-of-the-art performance across diverse
+
license = lib.licenses.asl20;
+
maintainers = with lib.maintainers; [ breakds ];