|
123456789101112 |
- #c++ -o test_memory_C++ -std=c++11 -I. \
- #c++ -o test_memory_C++ -std=c++17 -I. \
- c++ -o test_memory_C++ -std=c++20 -I. \
- memory.cpp \
- memory_Context.cpp \
- memory_test.cpp \
- llm.cpp \
- llm_test.cpp \
- cli.cpp \
- cli_test.cpp \
- ctx_test2.cpp \
- main.cpp
|