8 releases
Uses new Rust 2024
| 0.22.0 | Aug 26, 2025 |
|---|---|
| 0.21.13 | May 15, 2025 |
| 0.21.12 | Apr 10, 2025 |
| 0.21.11 | Mar 19, 2025 |
| 0.21.7 | Sep 23, 2024 |
#1969 in Machine learning
139 downloads per month
Used in 4 crates
(2 directly)
1.5MB
42K
SLoC
tract-metal
Updating Metal Flash Attention library
git clone https://github.com/philipturner/metal-flash-attention.git
cd metal-flash-attention
# for iOS
swift build.swift --platform iOS --xcode-path /Applications/Xcode.app
cp build/lib/libMetalFlashAttention.metallib path/to/tract/metal/src/kernels/libMetalFlashAttention-ios.metallib
# for MacOS
swift build.swift --platform macOS --xcode-path /Applications/Xcode.app
cp build/lib/libMetalFlashAttention.metallib path/to/tract/metal/src/kernels/libMetalFlashAttention-macos.metallib
Dependencies
~20–35MB
~480K SLoC