Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gen6scp
/
sana-zero
like
35
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sana-zero
/
tests
/
bash
/
entry.sh
gen6scp
Patched codes for ZeroGPU
d643072
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
155 Bytes
#/bin/bash
set
-e
for
t
in
tests/bash/test_*.sh;
do
echo
"========================== Testing
$t
=================================="
bash
$t
;
done