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%
https://discord.gg/qUtxnK2NMf
Apache License 2.0
4.16k stars 350 forks source link

git clone or folder download result in erorrs. #63

Closed luca-git closed 1 year ago

luca-git commented 1 year ago

When i git clone I get this:

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 the zipped folder can't be opened.

kyegomez commented 1 year ago

Hey 👋 can you try downloading again 🙏