-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hey there! 👋
I've been exploring the itp-interface project and it looks super interesting! And I'm particularly curious about the Ray setup for the Parallel Tactic Execution feature mentioned in the paper.
Hence, we created a pooling mechanism that allows us to make multiple instances of the interface module with the same state to execute tactics in parallel (parallelizable across multiple machines on a Ray cluster) for the same theorem. Parallelism is essential for searching for proofs or annotating proofs found at scale.
noticed you've got some neat implementations like the RayResourcePoolActor
and TimedRayExec
for handling resources and timeouts. Have you done any stress testing with this? I'm wondering about the concurrent REPL instances it can handle (like 100+ or 1000+) and if you have any examples of parallel proving with mathlib theorems.
Thanks in advance!