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
d089caf
Anole
/
install.sh
xuefengli
update
7362797
6 months ago
raw
Copy download link
history
blame
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 .