adopt MLXFast.scaledDotProductAttention (#23)

This commit is contained in:
David Koski
2024-03-12 14:04:43 -07:00
committed by GitHub
parent a94bf79d7e
commit 0fb74cbfdc
7 changed files with 39 additions and 82 deletions

View File

@@ -43,12 +43,17 @@ workflows:
when:
and:
- matches:
pattern: "^(?!pull/)[-\\w]+$"
pattern: "^(?!pull/)[-_./\\w]+$"
value: << pipeline.git.branch >>
- not: << pipeline.parameters.nightly_build >>
- not: << pipeline.parameters.weekly_build >>
jobs:
- mac_build_and_test
- hold:
type: approval
- apple/authenticate:
context: pr-approval
- mac_build_and_test:
requires: [ hold ]
prb:
when: