File tree 3 files changed +47
-30
lines changed
3 files changed +47
-30
lines changed Original file line number Diff line number Diff line change 7
7
8
8
CWD=$( pwd)
9
9
THIRDPARTY=${CWD} /thirdparty
10
- LAST_WORKING=" b4375 "
10
+ LAST_WORKING=" b4381 "
11
11
LLAMACPP_VERSION=" ${2:- ${LAST_WORKING} } "
12
12
STABLE_BUILD=1
13
13
GET_LAST_WORKING=" ${1:- $STABLE_BUILD } "
Original file line number Diff line number Diff line change
1
+ SHORT=` cd build/llama.cpp && git rev-parse --short HEAD`
2
+ TAG=` cd build/llama.cpp && git tag --points-at HEAD`
3
+
4
+ # echo "tag:${TAG} short:${SHORT}"
5
+
6
+ git add --all .
7
+ git commit -m " synced to llama.cpp tag:${TAG} short:${SHORT} "
8
+ git push
9
+
10
+ git switch main
11
+ git merge dev
12
+ git push
13
+ git switch dev
14
+
15
+
Original file line number Diff line number Diff line change 4
4
5
5
def test_chat_builtin_templates ():
6
6
assert cy .chat_builtin_templates () == [
7
- 'chatglm3' ,
8
- 'chatglm4' ,
9
- 'chatml' ,
10
- 'command-r' ,
11
- 'deepseek' ,
12
- 'deepseek2' ,
13
- 'exaone3' ,
14
- 'gemma' ,
15
- 'gigachat' ,
16
- 'granite' ,
17
- 'llama2' ,
18
- 'llama2-sys' ,
19
- 'llama2-sys-bos' ,
20
- 'llama2-sys-strip' ,
21
- 'llama3' ,
22
- 'minicpm' ,
23
- 'mistral-v1' ,
24
- 'mistral-v3' ,
25
- 'mistral-v3-tekken' ,
26
- 'mistral-v7' ,
27
- 'monarch' ,
28
- 'openchat' ,
29
- 'orion' ,
30
- 'phi3' ,
31
- 'rwkv-world' ,
32
- 'vicuna' ,
33
- 'vicuna-orca' ,
34
- 'zephyr' ,
35
- ]
7
+ 'chatglm3' ,
8
+ 'chatglm4' ,
9
+ 'chatml' ,
10
+ 'command-r' ,
11
+ 'deepseek' ,
12
+ 'deepseek2' ,
13
+ 'exaone3' ,
14
+ 'falcon3' ,
15
+ 'gemma' ,
16
+ 'gigachat' ,
17
+ 'granite' ,
18
+ 'llama2' ,
19
+ 'llama2-sys' ,
20
+ 'llama2-sys-bos' ,
21
+ 'llama2-sys-strip' ,
22
+ 'llama3' ,
23
+ 'megrez' ,
24
+ 'minicpm' ,
25
+ 'mistral-v1' ,
26
+ 'mistral-v3' ,
27
+ 'mistral-v3-tekken' ,
28
+ 'mistral-v7' ,
29
+ 'monarch' ,
30
+ 'openchat' ,
31
+ 'orion' ,
32
+ 'phi3' ,
33
+ 'rwkv-world' ,
34
+ 'vicuna' ,
35
+ 'vicuna-orca' ,
36
+ 'zephyr' ,
37
+ ]
36
38
You can’t perform that action at this time.
0 commit comments