Skip to content

Commit 1294a61

Browse files
Hack the name
1 parent fff4382 commit 1294a61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildenv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
export ZOPEN_STABLE_DEPS="zoslib make cmake"
22
export ZOPEN_DEV_URL="https://github.com/ggerganov/llama.cpp.git"
33
export ZOPEN_DEV_DEPS="zoslib make cmake"
4+
export ZOPEN_DEV_TAG="master-9e232f0"
45
export ZOPEN_BUILD_LINE="DEV"
5-
export ZOPEN_NAME="llama"
6+
export ZOPEN_NAME="llamacpp-master"
67

78
rm -f "llama"
9+
ln -s "llama.cpp" "llama"
810
ln -s "llama.cpp" $ZOPEN_NAME
911

1012
export ZOPEN_COMP="CLANG"

0 commit comments

Comments
 (0)