File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ jobs:
110
110
with :
111
111
python-version : ${{ matrix.python-version }}
112
112
cache : ' pip'
113
+ architecture : " arm64"
113
114
114
115
- name : System Info
115
116
run : |
@@ -137,7 +138,7 @@ jobs:
137
138
138
139
build-macos-metal :
139
140
needs : download-model
140
- runs-on : macos-14
141
+ runs-on : macos-13
141
142
steps :
142
143
- uses : actions/checkout@v4
143
144
with :
@@ -163,10 +164,10 @@ jobs:
163
164
164
165
- name : Install dependencies
165
166
run : |
166
- python -m pip install --upgrade pip
167
- CMAKE_ARGS="-DLLAMA_METAL=on" python -m pip install .[all] --verbose
167
+ python3 -m pip install --upgrade pip
168
+ CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install .[all] --verbose
168
169
shell : bash
169
170
170
171
- name : Test with pytest
171
172
run : |
172
- python -m pytest
173
+ python3 -m pytest
You can’t perform that action at this time.
0 commit comments