Anole / install.sh
xuefengli
update
7362797
raw
history blame contribute delete
No virus
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 .