File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,11 +188,11 @@ start_proof_aggregator_dev_ethereum_package: is_aggregator_set reset_last_aggreg
188188start_proof_aggregator_ethereum_package : ./aggregation_mode/target/release/proof_aggregator is_aggregator_set # # Starts proof aggregator with proving activated in ethereum package
189189 AGGREGATOR=$(AGGREGATOR ) ./aggregation_mode/target/release/proof_aggregator config-files/config-proof-aggregator-ethereum-package.yaml
190190
191- start_proof_aggregator_gpu : is_aggregator_set reset_last_aggregated_block # # Starts proof aggregator with proving + GPU acceleration (CUDA)
192- AGGREGATOR=$(AGGREGATOR ) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml -- release --features prove,gpu --bin proof_aggregator -- config-files/config-proof-aggregator.yaml
191+ start_proof_aggregator_gpu : ./aggregation_mode/target/release/proof_aggregator is_aggregator_set reset_last_aggregated_block # # Starts proof aggregator with proving + GPU acceleration (CUDA)
192+ AGGREGATOR=$(AGGREGATOR ) SP1_PROVER=cuda ./aggregation_mode/target/ release/ proof_aggregator config-files/config-proof-aggregator.yaml
193193
194- start_proof_aggregator_gpu_ethereum_package : is_aggregator_set reset_last_aggregated_block # # Starts proof aggregator with proving activated in ethereum package
195- AGGREGATOR=$(AGGREGATOR ) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml -- release --features prove,gpu --bin proof_aggregator -- config-files/config-proof-aggregator-ethereum-package.yaml
194+ start_proof_aggregator_gpu_ethereum_package : ./aggregation_mode/target/release/proof_aggregator is_aggregator_set reset_last_aggregated_block # # Starts proof aggregator with proving activated in ethereum package
195+ AGGREGATOR=$(AGGREGATOR ) SP1_PROVER=cuda ./aggregation_mode/target/ release/ proof_aggregator config-files/config-proof-aggregator-ethereum-package.yaml
196196
197197verify_aggregated_proof_sp1_holesky_stage :
198198 @echo " Verifying SP1 in aggregated proofs on holesky..."
You can’t perform that action at this time.
0 commit comments