feat: Add cuda binary cache substitute
This commit is contained in:
parent
7c1f250338
commit
fef28663d1
2 changed files with 2 additions and 4 deletions
|
|
@ -39,6 +39,7 @@
|
|||
lib.flatten [
|
||||
(cachix "nix-community")
|
||||
"https://cache.nixos.org"
|
||||
"https://cache.nixos-cuda.org"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@
|
|||
];
|
||||
packageOverrides = p: {
|
||||
intel-vaapi-driver = p.intel-vaapi-driver.override {enableHybridCodec = true;};
|
||||
onnxruntime = p.onnxruntime.override {
|
||||
cudaSupport = false;
|
||||
ncclSupport = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -51,6 +47,7 @@
|
|||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
|
||||
];
|
||||
auto-optimise-store = lib.mkDefault true;
|
||||
experimental-features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue