generate binary dependencies based on GOARCH on macos (#459)
This commit is contained in:
8
llm/llama.cpp/generate_darwin_arm64.go
Normal file
8
llm/llama.cpp/generate_darwin_arm64.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package llm
|
||||
|
||||
//go:generate git submodule init
|
||||
//go:generate git submodule update --force ggml
|
||||
//go:generate git -C ggml apply ../ggml_patch/0001-add-detokenize-endpoint.patch
|
||||
//go:generate git -C ggml apply ../ggml_patch/0002-34B-model-support.patch
|
||||
//go:generate cmake -S ggml -B ggml/build/gpu -DLLAMA_METAL=on -DLLAMA_ACCELERATE=on -DLLAMA_K_QUANTS=on -DCMAKE_SYSTEM_PROCESSOR=arm64 -DCMAKE_OSX_ARCHITECTURES=arm64
|
||||
//go:generate cmake --build ggml/build/gpu --target server --config Release
|
||||
Reference in New Issue
Block a user