How to reproduce ReProver training offline? #41
Replies: 1 comment
-
LeanDojo may support it after lean-dojo/LeanDojo#179 is merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on a cluster on which the nodes are not directly connected to the internet. I'm trying to run the following command, from the ReProver section:
But when importing the leandojo module, the latter tries to access github (
LEAN4_REPO = GITHUB.get_repo("leanprover/lean4")
, line 76 ofsrc/leandojo/constants/py
); which fails with an error on my nodes. Any guidance on how to run this offline?Beta Was this translation helpful? Give feedback.
All reactions