speechbrain / benchmarks

This repository contains the SpeechBrain Benchmarks
Apache License 2.0
83 stars 35 forks source link

issue when using speechbrain as submodule. #20

Closed vmcru closed 7 months ago

vmcru commented 7 months ago

when running git submodule init during install, get this error: fatal: not a git repository (or any of the parent directories): .git

instead of doing this immediately after cloning, do cd benchmarks then the command. It also fails the pytest tests

Adel-Moumen commented 7 months ago

Hello @vmcru, thanks for letting us know. We are still working on this benchmarks and we will resolve all the issues very soon. :-)

Best.

mravanelli commented 7 months ago

I updated the documentation with the fixed commands to run. @vmcru, please double check

vmcru commented 7 months ago

The installation works flawlessly now. I ran the pytests and got some errors but other than that it seems to work now.