-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lean exited with code 132 #130
Comments
Looks like I have the same problem as https://github.com/lean-dojo/LeanCopilot/issues/103 |
Have you solved it? |
no,have you solved ? |
no,we meet the same problem :-( |
@zhiang0226 Thank you for the report. While I wasn't able to reproduce your error, it seems like the core of this problem is the |
In addition, for the latest error view you posted (where the |
I try to use Lean4Example, to learn leancopilot https://github.com/yangky11/lean4-example/tree/LeanCopilot-demo?tab=readme-ov-file
But I could not run
lake exe LeanCopilot/downloadI
,so I manually downloaded the contents of four web pages to~/.cache/lean_copilot/
,when I runlake build
, the following error occurred:ℹ [14/552] Replayed ModelCheckpointManager.Url
info: ././././ModelCheckpointManager/Url.lean:68:0: { protocol := "https", hostname := "huggingface.co", path := FilePath.mk "kaiyuy/ct2-leandojo-lean4-tacgen-byt5-small" }
info: ././././ModelCheckpointManager/Url.lean:69:0: { protocol := "https", hostname := "huggingface.co", path := FilePath.mk "bert-base-uncased" }
info: ././././ModelCheckpointManager/Url.lean:71:0: "ct2-leandojo-lean4-tacgen-byt5-small"
info: ././././ModelCheckpointManager/Url.lean:72:0: "bert-base-uncased"
and suggest_tactics, search_proof, select_premises are not available in Lean4Example https://github.com/yangky11/lean4-example/tree/LeanCopilot-demo?tab=readme-ov-file
could your help me? @Peiyang-Song @yangky11
The text was updated successfully, but these errors were encountered: