diff --git a/packages/qvac-lib-infer-llamacpp-embed/build.md b/packages/qvac-lib-infer-llamacpp-embed/build.md index ce72b761c2..157ee472c3 100644 --- a/packages/qvac-lib-infer-llamacpp-embed/build.md +++ b/packages/qvac-lib-infer-llamacpp-embed/build.md @@ -56,7 +56,8 @@ If you want to build the addon from source instead of using pre-built packages, 4. **Platform-specific requirements**: - **macOS**: - - Xcode Command Line Tools (LLVM compiler is not supported) + - Xcode Command Line Tools + - Apple clang version >= 15.0.0 (LLVM compiler is not supported at the moment) - For Android cross-compilation: Android NDK and Vulkan tools (`brew install shaderc vulkan-tools molten-vk vulkan-headers`) - **Linux**: GCC/G++ compiler, CMake - Ubuntu-22 requires g++-13 installed: diff --git a/packages/qvac-lib-infer-llamacpp-llm/build.md b/packages/qvac-lib-infer-llamacpp-llm/build.md index 80840c0484..3293d3ee00 100644 --- a/packages/qvac-lib-infer-llamacpp-llm/build.md +++ b/packages/qvac-lib-infer-llamacpp-llm/build.md @@ -56,7 +56,8 @@ If you want to build the addon from source instead of using pre-built packages, 4. **Platform-specific requirements**: - **macOS**: - - Xcode Command Line Tools (LLVM compiler is not supported) + - Xcode Command Line Tools + - Apple clang version >= 15.0.0 (LLVM compiler is not supported at the moment) - For Android cross-compilation: Android NDK and Vulkan tools (`brew install shaderc vulkan-tools molten-vk vulkan-headers`) - **Linux**: GCC/G++ compiler, CMake - Ubuntu-22 requires g++-13 installed: