disable openmp on macos
This commit is contained in:
parent
5970a26d66
commit
f1772c9973
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,6 +57,8 @@ ifeq ($(UNAME_S),Darwin)
|
||||||
LLAMA_METAL := 1
|
LLAMA_METAL := 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
LLAMA_NO_OPENMP := 1
|
||||||
|
|
||||||
ifneq ($(UNAME_P),arm)
|
ifneq ($(UNAME_P),arm)
|
||||||
SYSCTL_M := $(shell sysctl -n hw.optional.arm64 2>/dev/null)
|
SYSCTL_M := $(shell sysctl -n hw.optional.arm64 2>/dev/null)
|
||||||
ifeq ($(SYSCTL_M),1)
|
ifeq ($(SYSCTL_M),1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue