Initial Release: CodeAtlas v1.0.0 - Lightweight C++ Interpreter Powered by `llama.cpp`
Release Note | 发布说明
This is the executable file for the main program. To use it, you need to pair it with your gguf
model file and the necessary files obtained from llama.cpp. The executable is configured to load a model file named model.gguf
by default, so make sure to rename your model file accordingly.
这是主程序的可执行文件,需要配合你的 gguf
文件以及从 llama.cpp 得到的相关文件一起使用。其中此可执行文件中默认加载的文件名为 model.gguf
,你需要将你的模型文件改为这个名称。