CUDA-only PyTorch operations for Apple Silicon - metapackage
Project description
MPS Ops
CUDA-only PyTorch operations for Apple Silicon.
This metapackage installs all mpsops packages - Metal implementations of operations that are typically CUDA-only.
Installation
Install everything:
pip install mpsops
Or install individual packages:
pip install mps-flash-attn # Flash attention
pip install mps-bitsandbytes # Quantized ops
pip install mps-deform-conv # Deformable convolution
pip install mps-correlation # Optical flow correlation
pip install mps-carafe # Content-aware upsampling
pip install mps-conv3d # 3D convolution for video
Packages
| Package | Description | Use Case |
|---|---|---|
| mps-flash-attn | Flash Attention | Transformers, LLMs |
| mps-bitsandbytes | 8-bit/4-bit quantization | LLM inference, QLoRA |
| mps-deform-conv | Deformable convolution | Object detection (DETR, DCN) |
| mps-correlation | Correlation layer | Optical flow (RAFT, PWC-Net) |
| mps-carafe | CARAFE upsampling | Segmentation (Mask R-CNN) |
| mps-conv3d | 3D Convolution | Video models (I3D, SlowFast, MMAudio) |
Quick Start
import mpsops
# Check what's installed
mpsops.print_status()
# Use the ops directly
from mpsops import flash_attn_func, deform_conv2d, correlation, carafe, conv3d, patch_conv3d
Compatibility
- PyTorch: 2.0+
- macOS: 12.0+ (Monterey)
- Hardware: Apple Silicon (M1/M2/M3/M4)
Why?
Many state-of-the-art models use CUDA-only operations:
- LLMs need flash attention and quantization
- Object detection needs deformable convolution
- Optical flow needs correlation layers
- Segmentation needs specialized upsampling
On Mac, you get errors like:
NotImplementedError: flash_attn not implemented for MPS
MPS Ops provides native Metal implementations so these models run on Apple Silicon.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mpsops-0.1.2.tar.gz.
File metadata
- Download URL: mpsops-0.1.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1113dcbf3c666ea3e3b855fd03b7b025fb59e984c9dccd6f0132db9bf7bf3aa4
|
|
| MD5 |
124eba65c2de8bb11f39d6a96518a163
|
|
| BLAKE2b-256 |
bdb565f3e1739c46f541496a7873fb3bfa23f65b0448b450506c62cebbbf0cb3
|
File details
Details for the file mpsops-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mpsops-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b20f992202db7f09b707c6160a543a8a24a69e6ed6448726b5e1b89ed19bcb8
|
|
| MD5 |
1924065cc154ab49a131bc4354fab571
|
|
| BLAKE2b-256 |
37a5804bcede0e93f362a1c032bcae3c2489bb3c08419df7be9a8e1a36cbd425
|