Python Version 3.9.0
Install the correct version of fairseq:
!git clone https://github.com/pytorch/fairseq
%cd fairseq
!git checkout 336942734c85791a90baa373c212d27e7c722662 # provided checkpoints are trained with this version
!pip install --editable ./
Install Mido:
!pip install --upgrade https://github.com/omit66/mido/tarball/master
Install Midotoolkit:
!pip install miditoolkit
Numpy Version
!pip install numpy=1.23.0