Files
research-portable-memory/v5/gen-C++
Михаил Капелько 73b3aaba84 start: v5
2024-06-15 22:15:57 +03:00

11 lines
185 B
Plaintext
Executable File

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