This commit is contained in:
Михаил Капелько
2024-05-26 22:39:52 +03:00
parent d619522f7d
commit ed7d1cd486
23 changed files with 234 additions and 41 deletions

View File

@@ -5,7 +5,9 @@ TMP=/tmp/cxx-headers.tmp
grep '^memory_Context ' memory.cpp > $TMP
grep '^std::string ' memory_test.cpp >> $TMP
#grep '^memory_Context ' cli.cpp >> $TMP
grep '^memory_Context ' cli.cpp >> $TMP
grep '^std::string ' cli_test.cpp >> $TMP
grep '^std::string ' llm_test.cpp >> $TMP
IN=$TMP
OUT=$DIR/main.h