Files
research-portable-memory/v4/gen-C++
Михаил Капелько ed7d1cd486 d
2024-05-26 22:39:52 +03:00

10 lines
167 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 \
main.cpp