mirror of
https://github.com/ollama/ollama.git
synced 2025-03-29 11:11:47 +01:00
Fix typo in arm mac arch script
This commit is contained in:
parent
2ecb247276
commit
3ca5f69ce8
@ -18,7 +18,7 @@ case "${GOARCH}" in
|
||||
;;
|
||||
"arm64")
|
||||
CMAKE_DEFS="-DCMAKE_SYSTEM_PROCESSOR=arm64 -DCMAKE_OSX_ARCHITECTURES=arm64 -DLLAMA_METAL=on ${CMAKE_DEFS}"
|
||||
ARHC="arm64"
|
||||
ARCH="arm64"
|
||||
;;
|
||||
*)
|
||||
echo "GOARCH must be set"
|
||||
|
Loading…
x
Reference in New Issue
Block a user