We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5aa995 commit e0b0cebCopy full SHA for e0b0ceb
1 file changed
Makefile
@@ -168,7 +168,7 @@ start_proof_aggregator_gpu: is_aggregator_set ## Starts proof aggregator with pr
168
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu -- config-files/config-proof-aggregator.yaml
169
170
install_aggregation_mode: ## Install the aggregation mode with proving enabled
171
- cargo install --path aggregation_mode --features prove
+ cargo install --path aggregation_mode --features prove,gpu
172
173
_AGGREGATOR_:
174
0 commit comments