princeton-nlp / tree-of-thought-llm

[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models

Home Page:https://arxiv.org/abs/2305.10601

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

src/tot directory issue

rkuo2000 opened this issue · comments

since you put code under src/tot,
most of your codes are ‵from tot.methods.bfs import solve
when running those codes, it will show error of not finding tot

I move src/tot to tot, then problem solved !
revised in https://github.com/rkuo2000/tree-of-thought-llm

hi, you need to pip install tree-of-thoughts-llm before import tot --- check README.md