Skip to content

Commit d4a9e1a

Browse files
authored
Update README
1 parent d1c21ed commit d4a9e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LeanDojo-v2
22
## Requirements
3-
* Python = 3.11
3+
* Python >= 3.11
44
* GPU
55
## Installation
66
To install LeanDojo-v2, run
@@ -15,11 +15,11 @@ make sure you've installed CUDA-compiled torch,
1515
``` sh
1616
uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
1717
```
18-
export your Github access token,
18+
export your GitHub access token,
1919
``` sh
2020
export GITHUB_ACCESS_TOKEN=<GITHUB_ACCESS_TOKEN>
2121
```
22-
to use the HuggingFace API, you need to export your HuggingFace token,
22+
To use the HuggingFace API, you need to export your HuggingFace token,
2323
``` sh
2424
export HF_TOKEN=<HF_TOKEN>
2525
```

0 commit comments

Comments
 (0)