travisnp commited on
Commit ·
9e1bb7a
1
Parent(s): 99af109
Added forked copy of ToT as submodle
Browse files- .gitmodules +3 -0
- tree-of-thought-llm +1 -0
.gitmodules
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[submodule "tree-of-thought-llm"]
|
| 2 |
+
path = tree-of-thought-llm
|
| 3 |
+
url = https://github.com/TravisNP/tree-of-thought-llm.git
|
tree-of-thought-llm
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit ab400345c5ea39d28ea6d7d3be0e417b11113c87
|