We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c590c commit 451d400Copy full SHA for 451d400
Makefile
@@ -204,7 +204,7 @@ verify_aggregated_proof_risc0_holesky_stage:
204
--rpc_url https://ethereum-holesky-rpc.publicnode.com
205
206
install_aggregation_mode: ## Install the aggregation mode with proving enabled
207
- cargo install --path aggregation_mode --features prove --bin proof_aggregator
+ cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator
208
209
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
210
@cd aggregation_mode && \
0 commit comments