diff --git a/docs/gpu.md b/docs/gpu.md index f9b110b06..438cee507 100644 --- a/docs/gpu.md +++ b/docs/gpu.md @@ -5,7 +5,7 @@ You can use a GPU to greatly improve proving speed. cargo run -p cli --release --no-default-features --features gpu prove --bin prover/app.bin --output-dir /tmp/foo --gpu ``` -You must compile with the 'gpu' feature flag for the relevant libraries ro be linked, and you must pass the '--gpu' parameter. +You must compile with the 'gpu' feature flag for the relevant libraries or be linked, and you must pass the '--gpu' parameter. Current issues: * It works only on a basic & recursion level - final proofs are still done on CPU (as they require 150GB of RAM).