Skip to content

Commit e2e8da0

Browse files
committed
remove mcpu native (+1 squashed commits)
Squashed commits: [0617bd8] disable fp16 VA (+1 squashed commits) Squashed commits: [4213851] disable FP16 VA
1 parent 07c49f8 commit e2e8da0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ endif # LLAMA_METAL
266266
ifneq ($(filter aarch64%,$(UNAME_M)),)
267267
# Apple M1, M2, etc.
268268
# Raspberry Pi 3, 4, Zero 2 (64-bit)
269-
CFLAGS += -mcpu=native
270-
CXXFLAGS += -mcpu=native
269+
CFLAGS +=
270+
CXXFLAGS +=
271271
endif
272272
ifneq ($(filter armv6%,$(UNAME_M)),)
273273
# Raspberry Pi 1, Zero

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ You can then run koboldcpp anywhere from the terminal by running `koboldcpp` to
109109
- Grab a small GGUF model, such as `wget https://huggingface.co/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q2_K.gguf`
110110
- Start the python server `python koboldcpp.py --model phi-2.Q2_K.gguf`
111111
- Connect to `http://localhost:5001` on your mobile browser
112+
- If you encounter any errors, make sure your packages are up-to-date with `pkg up`
112113

113114
## AMD
114115
- Please check out https://github.com/YellowRoseCx/koboldcpp-rocm

0 commit comments

Comments
 (0)