This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
cturan
/
llama.cpp
oglindă de
https://github.com/cturan/llama.cpp
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
40c6d79fb5
Ramuri
Etichete
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
tests.sh
84 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -eu
if [ $# -lt 1 ]
then
pytest -v -x
else
pytest "$@"
fi