Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ethanchern
/
Anole
like
20
Running
on
Zero
App
Files
Files
Community
main
Anole
/
install.sh
xuefengli
update
7362797
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
#!/bin/bash
set
-e
# Exit immediately if a command exits with a non-zero status
pip install -r requirements.txt
cd
transformers
pip install -e .