File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,8 @@ endif # LLAMA_METAL
266266ifneq ($(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 +=
271271endif
272272ifneq ($(filter armv6% ,$(UNAME_M ) ) ,)
273273 # Raspberry Pi 1, Zero
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments