Skip to content

Commit 7720553

Browse files
committed
docs: add gpu command
1 parent 369cdc6 commit 7720553

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

aggregation_mode/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Aligned aggregation mode
32

43
## How to run it locally
@@ -40,7 +39,11 @@ or
4039
make start_proof_aggregator_local_with_proving
4140
```
4241

43-
Note: Proving can be quite slow without GPUs
42+
Note: Proving can be quite slow without GPUs, to activate gpu run:
43+
44+
```shell
45+
make start_proof_aggregator_local_with_proving_gpu
46+
```
4447

4548
### Check the logs
4649

0 commit comments

Comments
 (0)