Skip to content

Commit c3763f6

Browse files
committed
issue/252 gguf测试脚本
1 parent 0d6a156 commit c3763f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
run: |
3838
pip install numpy
3939
pip install torch
40+
pip install gguf
4041
4142
- name: Python Test
4243
run: python scripts/python_test.py --cpu
44+
45+
- name: C++ Test
46+
run: python scripts/gguf_test.py --cpu

0 commit comments

Comments
 (0)