kyegomez / tree-of-thoughts

Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%

Home Page:https://discord.gg/qUtxnK2NMf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git clone or folder download result in error: invalid path 'logs/tree_of_thoughts_output_. Please don't close the issue until a fix is implemented as happened #63

luca-git opened this issue · comments

On multiple machines, windows 11, anaconda, when i git clone I get this, (not happening with other repos):

remote: Enumerating objects: 1052, done.
remote: Counting objects: 100% (344/344), done.
remote: Compressing objects: 100% (130/130), done.
remote: Total 1052 (delta 251), reused 238 (delta 212), pack-reused 708
Receiving objects: 100% (1052/1052), 5.69 MiB | 9.82 MiB/s, done.
Resolving deltas: 100% (633/633), done.
error: invalid path 'logs/tree_of_thoughts_output_


Input: 2 8 8 14
Possible next steps:
2 + 8 = 10 (left: 8 10 14)
8 / 2 = 4 (left: 4 8 14)
14 + 2 = 16 (left: 8 8 16)
2 * 8 = 16 (left: 8 14 16)
8 - 2 = 6 (left: 6 8 14)
14 - 8 = 6 (left: 2 6 8)
14 /  2 = 7 (left: 7 8 8)
14 - 2 = 12 (left: 8 8 12)
Input: use 4 numbers and basic arithmetic operations (+-*/) to obtain 24 in 1 equation
Possible next steps:

fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

besides when downloading the zipped folder it can't be opened (on multiple machines) not happening with other repos

The error lies in the logs folder there is a weird file name!

@luca-git please try again!