From 779a27d49ac0ef4193ac06fd0bbc8015c3eff6a5 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Wed, 28 Aug 2024 15:23:55 +0200 Subject: [PATCH] fix: release --- .github/workflows/release-app.yml | 4 ++-- screenpipe-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 392d9704..9812f7e9 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -34,10 +34,10 @@ jobs: matrix: include: - platform: "macos-latest" # for Arm based macs (M1 and above). - args: "--target aarch64-apple-darwin --features metal --features pipes" + args: "--target aarch64-apple-darwin --features metal" target: aarch64-apple-darwin - platform: "macos-latest" # for Intel based macs. - args: "--target x86_64-apple-darwin --features metal --features pipes" + args: "--target x86_64-apple-darwin --features metal" target: x86_64-apple-darwin - platform: "ubuntu-22.04" # Ubuntu x86_64 args: "--features pipes" # TODO CUDA diff --git a/screenpipe-server/Cargo.toml b/screenpipe-server/Cargo.toml index 95d128f7..169b99c2 100644 --- a/screenpipe-server/Cargo.toml +++ b/screenpipe-server/Cargo.toml @@ -97,7 +97,7 @@ name = "new_db_benchmark" harness = false [features] -default = [] +default = ["pipes"] metal = ["candle/metal", "candle-nn/metal", "candle-transformers/metal"] cuda = ["candle/cuda", "candle-nn/cuda", "candle-transformers/cuda"] pipes = [