start: v5

This commit is contained in:
Михаил Капелько
2024-06-15 22:15:57 +03:00
parent 1615180d8d
commit 73b3aaba84
43 changed files with 3961 additions and 1 deletions

10
v5/gen-C++ Executable file
View File

@@ -0,0 +1,10 @@
c++ -o test_memory_C++ -std=c++11 -I. \
memory.cpp \
memory_Context.cpp \
memory_test.cpp \
llm.cpp \
llm_test.cpp \
cli.cpp \
cli_test.cpp \
ctx_test2.cpp \
main.cpp