Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mat17892
/
iris
like
0
Runtime error
App
Files
Files
Community
b664585
iris
/
llama.cpp
/
examples
/
server
/
tests
/
tests.sh
Mat17892
llamacpp
b664585
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
84 Bytes
#!/bin/bash
set
-eu
if
[
$#
-lt 1 ]
then
pytest -v -x
else
pytest
"
$@
"
fi