Update zkVMs (#259)

This commit is contained in:
Han
2025-12-30 21:01:10 +09:00
committed by GitHub
parent 02d7c9a9ef
commit fd985bf542
18 changed files with 209 additions and 167 deletions

View File

@@ -175,14 +175,14 @@ OutputHashedPlatform::<OpenVMPlatform, Sha256>::write_whole_output(&large_output
| zkVM | Version | GPU |
| --------- | ---------------------------------------------------------------------- | --- |
| Airbender | [`0.5.1`](https://github.com/matter-labs/zksync-airbender/tree/v0.5.1) | Yes |
| Airbender | [`0.5.2`](https://github.com/matter-labs/zksync-airbender/tree/v0.5.2) | Yes |
| Jolt | [`0.3.0-alpha`](https://github.com/a16z/jolt/tree/v0.3.0-alpha) | No |
| Miden | [`0.20.0`](https://github.com/0xMiden/miden-vm/tree/v0.20.0) | No |
| Miden | [`0.20.1`](https://github.com/0xMiden/miden-vm/tree/v0.20.1) | No |
| Nexus | [`0.3.5`](https://github.com/nexus-xyz/nexus-zkvm/tree/v0.3.5) | No |
| OpenVM | [`1.4.2`](https://github.com/openvm-org/openvm/tree/v1.4.2) | Yes |
| Pico | [`1.2.0`](https://github.com/brevis-network/pico/tree/v1.2.0) | No |
| Pico | [`1.2.2`](https://github.com/brevis-network/pico/tree/v1.2.2) | No |
| Risc0 | [`3.0.4`](https://github.com/risc0/risc0/tree/v3.0.4) | Yes |
| SP1 | [`5.2.3`](https://github.com/succinctlabs/sp1/tree/v5.2.3) | Yes |
| SP1 | [`5.2.4`](https://github.com/succinctlabs/sp1/tree/v5.2.4) | Yes |
| Ziren | [`1.2.3`](https://github.com/ProjectZKM/Ziren/tree/v1.2.3) | No |
| Zisk | [`0.13.0`](https://github.com/0xPolygonHermez/zisk/tree/v0.13.0) | Yes |
@@ -383,8 +383,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
## Environment Variables
| Variable | Description | Default |
| ----------------- | --------------------------------------------------------------------------------------------------------------- | ------- |
| Variable | Description | Default |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `ERE_GPU_DEVICES` | Specifies which GPU devices to use when running Docker containers for GPU-enabled zkVMs. The value is passed to Docker's `--gpus` flag. | `all` |
Example usage: