We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0259757 commit ab31b8eCopy full SHA for ab31b8e
1 file changed
.github/workflows/checks.yml
@@ -50,7 +50,7 @@ jobs:
50
- "3.10"
51
runs-on:
52
- ubuntu-latest
53
- - macos-latest
+ - macos-13 # 2024-05-16: macos-latest fails with MPS errors, see #598
54
steps:
55
- uses: actions/checkout@v3
56
- name: Install Poetry
@@ -127,7 +127,7 @@ jobs:
127
matrix:
128
129
130
+ # - macos-13 # need to install pandoc in a mac-friendly way
131
notebook:
132
# - "Activation_Patching_in_TL_Demo"
133
# - "Attribution_Patching_Demo"
0 commit comments