sp1-gpu-server 6.0.0

GPU prover server for SP1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# sp1-gpu-server

GPU prover server/daemon implementation.

Provides a server that accepts proving requests and generates proofs using the GPU prover. This enables remote proving workflows and integration with the SP1 SDK.

## Installation

```bash
cargo install --locked --root "$HOME/.sp1" --path sp1-gpu/crates/server/
```

---

Part of [SP1-GPU](https://github.com/succinctlabs/sp1/tree/dev/sp1-gpu), the GPU-accelerated prover for SP1.