Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/qvac-lib-infer-llamacpp-embed/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion packages/qvac-lib-infer-llamacpp-llm/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading