Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DanofficeIT
/
privatellm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cc59739
privatellm
/
examples
/
server
/
tests
/
tests.sh
lhhj
first
57e3690
3 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
#!/bin/bash
set
-eu
if
[
$#
-lt 1 ]
then
# Start @llama.cpp scenario
behave --summary --stop --no-capture --exclude
'issues|wrong_usages|passkey'
--tags llama.cpp
else
behave
"
$@
"
fi