This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
cturan
/
llama.cpp
mirror de
https://github.com/cturan/llama.cpp
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
7cc2d2c889
Ramos
Etiquetas
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
tests.sh
84 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -eu
if [ $# -lt 1 ]
then
pytest -v -x
else
pytest "$@"
fi