This website requires JavaScript.
Explore
Help
Sign In
happyz
/
llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
Watch
1
Star
0
Fork
You've already forked llama.cpp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1da7b76569
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
11 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-eu
if
[
$#
-lt
1
]
then
pytest -v -x
else
pytest
"
$@
"
fi
Reference in New Issue
View Git Blame
Copy Permalink