Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang authored Dec 4, 2023
1 parent 2abd615 commit 82badd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LeanInfer provides tactic suggestions by running LLMs through Lean's foreign fun

1. Add the package configuration option `moreLinkArgs := #["-L./.lake/packages/LeanInfer/.lake/build/lib", "-lonnxruntime", "-lctranslate2"]` to lakefile.lean. Also add LeanInfer as a dependency:
```lean
require LeanInfer from git "https://github.com/lean-dojo/LeanInfer.git" @ "v0.0.9"
require LeanInfer from git "https://github.com/lean-dojo/LeanInfer.git" @ "v0.1.0"
```
2. Run `lake update LeanInfer`
3. Run `lake script run LeanInfer/download` to download the models from Hugging Face to `~/.cache/lean_infer/`
Expand Down

0 comments on commit 82badd6

Please sign in to comment.