#!/bin/bash -l
module load miniconda
module load ffmpeg

mamba create -y -n whisper-tut python=3.12
mamba activate whisper-tut

pip install whisper-timestamped onnxruntime torchaudio notebook

mamba deactivate
