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 369cdc6 commit 7720553Copy full SHA for 7720553
aggregation_mode/README.md
@@ -1,4 +1,3 @@
1
-
2
# Aligned aggregation mode
3
4
## How to run it locally
@@ -40,7 +39,11 @@ or
40
39
make start_proof_aggregator_local_with_proving
41
```
42
43
-Note: Proving can be quite slow without GPUs
+Note: Proving can be quite slow without GPUs, to activate gpu run:
+
44
+```shell
45
+make start_proof_aggregator_local_with_proving_gpu
46
+```
47
48
### Check the logs
49
0 commit comments