Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Lorenzob
/
astra
like
0
Text Generation
Diffusers
doi:10.57967/hf/2194
llm
Model card
Files
Files and versions
Use this model
main
astra
/
debian
/
tests
/
run-tests
Lorenzob
Upload folder using huggingface_hub
859a779
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
113 Bytes
#!/bin/sh
set
-e
# from debian/rules
for
python
in
$(py3versions -s);
do
$python
tests/test_all.py -q
done