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 Nov 29, 2023
1 parent 2012864 commit f43e818
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 @@ -234,7 +234,7 @@ Check out [LeanInfer](https://github.com/lean-dojo/LeanInfer) if you want to run
```bash
conda create --yes --name ReProver python=3.10 ipython numpy
conda activate ReProver
conda install --yes -c pytorch -c nvidia pytorch pytorch-cuda=11.8 # Depending on your CUDA version
conda install --yes -c pytorch -c nvidia pytorch pytorch-cuda=11.7 # Depending on your CUDA version
pip install tqdm loguru deepspeed pytorch-lightning[extra] transformers tensorboard openai rank_bm25 lean-dojo
```
3. Prepend the repo's root to the `PYTHONPATH` environment variable.
Expand Down

0 comments on commit f43e818

Please sign in to comment.