We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 run lake build, the following error occurred:
lake exe LeanCopilot/downloadI
~/.cache/lean_copilot/
lake build
ℹ [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:
Looks like I have the same problem as https://github.com/lean-dojo/LeanCopilot/issues/103
Sorry, something went wrong.
No branches or pull requests
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: