Automatic Speech Recognition
Transformers
4 languages
whisper
whisper-event
Generated from Trainer
Inference Endpoints
whisper-tiny-sv / init_env.sh
marinone94's picture
Add logic to init env and send email
49a13a3
#! bin/bash
# Check GPU driver
nvidia-smi
# Upgrade packages to handle audio files
sudo add-apt-repository -y ppa:jonathonf/ffmpeg-4
sudo apt update
sudo apt install -y ffmpeg
# Check git-lfs
git-lfs -v
# Create and set venv
python3 -m venv venv
echo "source ~/venv/bin/activate" >> ~/.bashrc
bash
# Clone repo
git config --global credential.helper store
huggingface-cli login
git clone marinone94/whisper-tiny-sv