Skip to content

Commit 57adb30

Browse files
committed
update
1 parent 066015d commit 57adb30

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
@@ -24,13 +24,15 @@ Also check [its tweet thread](https://twitter.com/ShunyuYao12/status/16593575474
2424

2525
- Install dependencies and `tot` package:
2626
```bash
27+
git clone https://github.com/princeton-nlp/tree-of-thought-llm
28+
cd tree-of-thought-llm
2729
pip install -r requirements.txt
2830
pip install -e . # install `tot` package
2931
```
3032

3133

3234
## Quick Start
33-
The following minimal script will attempt to solve the game of 24 with `4 5 6 10`:
35+
The following minimal script will attempt to solve the game of 24 with `4 5 6 10` (might be a bit slow as it's using GPT-4):
3436
```python
3537
import argparse
3638
from tot.methods.bfs import solve
@@ -75,8 +77,6 @@ TBA.
7577

7678

7779

78-
79-
8080
## Citations
8181
Please cite the paper and star this repo if you use ToT and find it interesting/useful, thanks! Feel free to contact shunyuyao.cs@gmail.com or open an issue if you have any questions.
8282

0 commit comments

Comments
 (0)