Skip to content

Commit 54c35d0

Browse files
committed
Merge branch 'feat/aggregation-mode-risc0' into feat/aggregation-mode-risc0-contracts
2 parents ad02b7b + 369cdc6 commit 54c35d0

File tree

3 files changed

+682
-7
lines changed

3 files changed

+682
-7
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ start_proof_aggregator_local: is_aggregator_set ## Start the proof aggregator lo
168168
start_proof_aggregator_local_with_proving: is_aggregator_set ## Start the proof aggregator locally using SP1 Verifier Contract
169169
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,$(AGGREGATOR) -- config-files/config-proof-aggregator.yaml
170170

171+
start_proof_aggregator_local_with_proving_gpu: is_aggregator_set ## Start the proof aggregator locally using SP1 Verifier Contract
172+
SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu,$(AGGREGATOR) -- config-files/config-proof-aggregator.yaml
173+
171174
_AGGREGATOR_:
172175

173176
build_aggregator:

0 commit comments

Comments
 (0)