Loading audiolm_pytorch_demo_laion.py +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ encodec = EncodecWrapper() ############# raise AssertionError("don't forget to use_mert when the encodec_support PR is merged") wav2vec = HubertWithKmeans( # use_mert = True, checkpoint_path = f"{prefix}/{hubert_ckpt}", Loading use_patched_audiolm.py +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ import zipfile import subprocess import shutil raise AssertionError("don't forget to revert the encodec supoprt commit when the encodec_support PR is merged") zip_file_path = "audiolm-pytorch-encodec-support.zip" input("type anything to confirm that you have pushed the latest version of the encodec_support branch to Github as well!!") Loading Loading
audiolm_pytorch_demo_laion.py +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ encodec = EncodecWrapper() ############# raise AssertionError("don't forget to use_mert when the encodec_support PR is merged") wav2vec = HubertWithKmeans( # use_mert = True, checkpoint_path = f"{prefix}/{hubert_ckpt}", Loading
use_patched_audiolm.py +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ import zipfile import subprocess import shutil raise AssertionError("don't forget to revert the encodec supoprt commit when the encodec_support PR is merged") zip_file_path = "audiolm-pytorch-encodec-support.zip" input("type anything to confirm that you have pushed the latest version of the encodec_support branch to Github as well!!") Loading