This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
cturan
/
llama.cpp
cermin dari
https://github.com/cturan/llama.cpp
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
98036d5670
Ranting
Tag
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
tests.sh
84 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -eu
if [ $# -lt 1 ]
then
pytest -v -x
else
pytest "$@"
fi