Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahrun committed Jan 16, 2024
1 parent 235a216 commit 809fab6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@

stdenv.mkDerivation rec {
pname = "obs-backgroundremoval";
version = "1.0.1";
version = "1.1.10";

src = fetchFromGitHub {
owner = "royshil";
repo = "obs-backgroundremoval";
rev = "v${version}";
#rev = "v${version}";
rev = "umireon.build-without-gpu-on-linux";
hash = "sha256-FIf4XCuR8+2kAxu31e11cNFV0oK23wo1Pj/HX4A/RsQ=";
};

Expand All @@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DUSE_SYSTEM_ONNXRUNTIME=ON"
"-DUSE_SYSTEM_OPENCV=ON"
"-DDISABLE_ONNXRUNTIME_GPU=ON"
];

postInstall = ''
Expand Down

0 comments on commit 809fab6

Please sign in to comment.