Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gen6scp/sana-zero
zhuhai111
/
sana-cpu
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sana-cpu
/
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