This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
cturan
/
llama.cpp
peilaus alkaen
https://github.com/cturan/llama.cpp
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Puu:
0cd182ebcc
Haarat
Tunnisteet
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
tests.sh
84 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -eu
if [ $# -lt 1 ]
then
pytest -v -x
else
pytest "$@"
fi