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 adcd369 commit 0028b9cCopy full SHA for 0028b9c
Makefile
@@ -298,7 +298,7 @@ verify_aggregated_proof_risc0:
298
--rpc_url $(RPC_URL)
299
300
proof_aggregator_install: ## Install the aggregation mode with proving enabled
301
- cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator --locked
+ cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator_gpu --locked
302
303
proof_aggregator_write_program_ids: ## Write proof aggregator zkvm programs ids
304
@cd aggregation_mode && ./scripts/build_programs.sh
0 commit comments