Skip to content

Concurrent scaling in itp-interface #41

@RexWzh

Description

@RexWzh

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions