Skip to content

Commit e0b0ceb

Browse files
committed
feat: update install_aggregation_mode target
1 parent f5aa995 commit e0b0ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ start_proof_aggregator_gpu: is_aggregator_set ## Starts proof aggregator with pr
168168
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu -- config-files/config-proof-aggregator.yaml
169169

170170
install_aggregation_mode: ## Install the aggregation mode with proving enabled
171-
cargo install --path aggregation_mode --features prove
171+
cargo install --path aggregation_mode --features prove,gpu
172172

173173
_AGGREGATOR_:
174174

0 commit comments

Comments
 (0)