Skip to content

Commit

Permalink
macos-13-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Weaxs committed Dec 19, 2023
1 parent e8131d4 commit 9aef236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
run: |
make test
macOS-metal-latest:
runs-on: macOS-latest
macOS-arm64-metal-latest:
runs-on: macos-13-arm64
strategy:
matrix:
go-version: ['stable']
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ GGML_CUDA_OBJ_PATH=third_party/ggml/src/CMakeFiles/ggml.dir/ggml-cuda.cu.o
# feel free to update the Makefile for your architecture and send a pull request or issue
ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686))
# Use all CPU extensions that are available:
export GGML_F16C=OFF GGML_AVX2=OFF GGML_FMA=OFF
CMAKE_ARGS += -DCMAKE_C_FLAGS=-march=native -DGGML_F16C=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF
CXXFLAGS += -march=native -mtune=native
endif
Expand Down

0 comments on commit 9aef236

Please sign in to comment.