Revert some old obs overrides
This commit is contained in:
parent
f32a364ca6
commit
da72061d33
@ -7,11 +7,7 @@
|
|||||||
let
|
let
|
||||||
withCuda = osConfig.system.name == "gunter";
|
withCuda = osConfig.system.name == "gunter";
|
||||||
|
|
||||||
onnxruntime-gpu = (pkgs.onnxruntime.override { cudaSupport = withCuda; }).overrideAttrs (old: {
|
onnxruntime-gpu = (pkgs.onnxruntime.override { cudaSupport = withCuda; });
|
||||||
# TODO: Remove when fixed in nixpkgs
|
|
||||||
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/libraries/onnxruntime/default.nix#L154
|
|
||||||
buildInputs = old.buildInputs ++ [ pkgs.cudaPackages.nccl ];
|
|
||||||
});
|
|
||||||
|
|
||||||
obs-backgrounremoval-gpu = (
|
obs-backgrounremoval-gpu = (
|
||||||
(pkgs.obs-studio-plugins.obs-backgroundremoval.override { onnxruntime = onnxruntime-gpu; })
|
(pkgs.obs-studio-plugins.obs-backgroundremoval.override { onnxruntime = onnxruntime-gpu; })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user