-
Notifications
You must be signed in to change notification settings - Fork 94
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
Fail to use "suggest_tactics" #134
Comments
Hi @HanksonYe, I hope this message finds you well. I noticed your involvement with LeanCopilot and Mathlib and wanted to ask if you could guide me on how you managed to run LeanCopilot with Mathlib. I'm working on a similar project and would greatly appreciate learning about your process, any challenges you faced, and how you resolved them. Thank you very much for your time and assistance! |
@byrong7 import Lake package «my_project2» { require mathlib from git require LeanCopilot from git @[default_target] Here "my_project2" and "MyProject2" depend on the name of your lean project. Then, other steps follow the same as those in the Readme. And finally, you can find that LeanCopilot can work partially: only the tactic "search_proof" can work. Please get in touch with me if you have any difficulty installing LeanCopilot. |
I just updated LeanCopilot to support |
Thank you very much for your help with my problem!
I have partially succeeded in using LeanCopilot in WSL Ubuntu. I can successfully import Mathlib.Data.Set.Basic and LeanCopilot. Moreover, I can successfully use "search_proof." Please refer to the following figure for instance:
However, when I try to use "suggest_tactics," It raises an error that it can not find the model ct2-leandojo-lean4-tacgen-byt5-small:
But I have already downloaded all models successfully using "lake exe LeanCopilot/download":
It is really weird, and I can not fix this problem. I have tried to follow the suggestions using "lake exe LeanCopilot/download" to redownload it, but it still can't work.
Thanks a lot if you can give me any help about this problem.
The text was updated successfully, but these errors were encountered: