This commit is contained in:
Francisco Herrera 2025-12-17 03:16:36 +08:00 committed by GitHub
commit 0fa9380055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -218,6 +218,10 @@ cmake .. -G Ninja `
ninja
```
## Linux
The two steps just above also apply to Linux. If building for Linux, Ensure you have Git, CMake, Clang, Ninja and Python installed, in the second step remove the `-DCMAKE_TOOLCHAIN_FILE` parameter, and then in both steps replace the backticks with back slashes.
## Known Issues
- Flash attention does not always improve performance.