This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
cturan
/
llama.cpp
şunun yansıması
https://github.com/cturan/llama.cpp
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
c9b00a70b0
Dallar
Biçim İmleri
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
tests.sh
84 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -eu
if [ $# -lt 1 ]
then
pytest -v -x
else
pytest "$@"
fi