Skip to content

Enable running iOS and macOS authored models on CUDA GPUs#99

Merged
pkmandke merged 2 commits into
apple:mainfrom
pkmandke:dev/auth_changes_for_evals
Jul 14, 2026
Merged

Enable running iOS and macOS authored models on CUDA GPUs#99
pkmandke merged 2 commits into
apple:mainfrom
pkmandke:dev/auth_changes_for_evals

Conversation

@pkmandke

Copy link
Copy Markdown
Member

Key Changes:

  • SDPA in iOS uses Flash Attention for memory efficient and faster runs
  • Expose disable_embedding_quantization as an --arg so that FP16 runs don't implicitly quantize embedding to INT8 for iOS models
  • Couple of .to(device) changes to ensure tensors are on the right device
  • Add multi-GPU support via accelerate

Signed-off-by: Prathamesh Mandke <[email protected]>
@pkmandke pkmandke changed the title authoring changes to run models on GPUs Enable running iOS and macOS authored models on CUDA GPUs Jul 13, 2026
@pkmandke pkmandke merged commit 2382bb2 into apple:main Jul 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants