We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c21ed commit d4a9e1aCopy full SHA for d4a9e1a
README.md
@@ -1,6 +1,6 @@
1
# LeanDojo-v2
2
## Requirements
3
-* Python = 3.11
+* Python >= 3.11
4
* GPU
5
## Installation
6
To install LeanDojo-v2, run
@@ -15,11 +15,11 @@ make sure you've installed CUDA-compiled torch,
15
``` sh
16
uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
17
```
18
-export your Github access token,
+export your GitHub access token,
19
20
export GITHUB_ACCESS_TOKEN=<GITHUB_ACCESS_TOKEN>
21
22
-to use the HuggingFace API, you need to export your HuggingFace token,
+To use the HuggingFace API, you need to export your HuggingFace token,
23
24
export HF_TOKEN=<HF_TOKEN>
25
0 commit comments