Jan "yenda" Trmal
Jan "yenda" Trmal
Sctk shouldn't need any python? On Tue, Apr 12, 2022 at 08:26 Hardy ***@***.***> wrote: > @songmeixu > > What about Now? Apple had removed python2 from their systems and...
OK, but this is not errors from SCTK. Those are from dependencies check before even starting to build sctk. Can you open a new issue with "Kaldi scripts still need...
you could just change your tools/extras/check_dependencies.sh to ``` 1 #!/usr/bin/env bash 2 exit ``` (add exit on the second line) You will see if that helps or not -- if...
-msseX (SSE instructions) are not supported on risc architectures. Just remove the options from the makefiles (kaldi.mk line 46) y. On Thu, Jun 9, 2022 at 2:11 PM kush930 ***@***.***>...
hi, is there any use-case for this? I'm not aware of any riscv64 machine.
sorry, I should have said "sufficiently performant riscv64" machines -- I'm well aware of the IOT socs, but that's outside kaldi's scope of utility.
https://github.com/kaldi-asr/kaldi/pull/4483/files#diff-c956673c6bff360b17cb89a74d59fc5c17b5c2bc915edc5305f56feb788fae0d On Tue, May 4, 2021 at 10:45 AM kkm000 ***@***.***> wrote: > Not only on Windows. oneMKL is a different API, C++ and open source, but > includes "classic"...
nice. Not sure if there is an actionable ATM? y. On Sat, Oct 9, 2021 at 1:19 AM kkm000 ***@***.***> wrote: > @jtrmal , FYI: oneMKL 2021.4 finally added >...
👍 On Mon, Oct 11, 2021 at 1:17 PM kkm000 ***@***.***> wrote: > No, I just hope to switch to CMake eventually. This is certainly helpful > > — >...
those errors are weird -- notice first your report fail on fstclosure and after update it's fstarcsort. I wonder if it's something system-wise? Do you have enough space on disk?...