# llmbot **Repository Path**: Peter-Chou/llmbot ## Basic Information - **Project Name**: llmbot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-18 - **Last Updated**: 2024-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # llmbot ``` bash git submodule update --init --recursive ``` ## build and install ``` bash cmake -B build # cmake -B build -DBUILD_TESTING=ON -DTOKENIZERS_BUILD_TESTING=ON # enable testing cmake --build build -j $(nproc) install_path=/opt/llmbot sudo cmake --install build --prefix $install_path ```