Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you provide requirements.txt with version numbers? #4

Open
chrispreee opened this issue Dec 13, 2023 · 1 comment
Open

Could you provide requirements.txt with version numbers? #4

chrispreee opened this issue Dec 13, 2023 · 1 comment

Comments

@chrispreee
Copy link

I am trying to get this working, but the pip dependency tree is proving elusive. Could you please provide a pip freeze?

@Lukysoon
Copy link

Lukysoon commented Feb 5, 2024

Hi, this worked for me:

wandb==0.13.0
pytest==7.1.1
transformers==4.17.0
datasets==2.0.0
simple-parsing==0.0.19.post0
torch==1.10.0
pytorch-lightning==1.5.10
torchaudio==0.10.0
phonemizer==3.2.1
rich==13.0.0
librosa==0.10.0
wget==3.2
lightning-bolts==0.5.0
torchmetrics==0.7.2

I must use Ubuntu 20.

There is also problem with downloading dataset. To overcome this, I had to replace string "common_voice" with "mozilla-foundation/common_voice_13_0" because that dataset already does not exists.

dataset_name: str = "common_voice" # https://huggingface.co/mozilla-foundation or https://huggingface.co/datasets/common_voice # dataset, use <Dataset>Eval for FT

And I hadto put my HuggingFace token here:

use_auth_token=self.config.use_auth_token,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants