You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Install PyTorch with CUDA: `pip install torch --index-url https://download.pytorch.org/whl/cu118`
344
344
345
+
## CI
346
+
347
+
Lightweight CI runs on every PR to `main` and `dev`:
348
+
- Builds zkml library (nightly Rust)
349
+
- Runs `zkml/testing/` tests (~3-4 min total)
350
+
- AWS/GPU tests excluded to save costs
351
+
345
352
## TODO: Next Steps
346
353
347
-
1.**Make Merkle root public**: Add root to public values so next chunk can verify it
354
+
1.~~**Make Merkle root public**: Add root to public values so next chunk can verify it~~ ✅ Done
348
355
2.**Complete proof generation**: Connect chunk execution to actual proof generation
349
356
3.**Ray-Rust integration**: Connect Python Ray workers to Rust proof generation
350
357
4.**GPU acceleration**: Current implementation is CPU-based. GPU acceleration for proof generation requires additional work (Halo2 GPU support or custom GPU kernels)
0 commit comments