Serhii Korol
Serhii Korol
If you use CUDA on Linux, the following versions worked for me: ``` --extra-index-url https://download.pytorch.org/whl/cu121 numpy torch==2.1.2+cu121 torchvision==0.16.2+cu121 onnxruntime-gpu==1.16.3 tensorflow==2.12.1 ``` Note that I have 12 version installed.
@xiongjason I did manage to build it on Jetson Nano manually. Here's a script you may find useful (still requires polishing): ```sh # Install missing dependencies sudo apt-get install -y...
@Vineet7805 which python version were you using while building kaldi/vosk? Personally I have both 3.6 (default) and 3.7 on Nano. I see you are running samples with 3.6. Can you...