Hello everyone! I m new to kaldi so i want to ask a question about this issue. When i run a .sh file, i see the same message:
This script is intended to be used with GPUs but you have not compiled Kaldi with CUDA
If you want to use GPUs (and have them), go to src/, and configure and make on a machine
where "nvcc" is installed.
I have GPU on my laptop. More specifically, with this command i get the details about GPU:
lspci | grep VGA
, i get the following output:
00:02.0 VGA compatible controller: Intel Corporation Device 9b41 (rev 02)
while with this command: sudo lshw -C video
, i get the following output:
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:147 memory:70000000-70ffffff memory:60000000-6fffffff ioport:3000(size=64) memory:c0000-dffff
My question is, how can i configure and make on a machine where "nvcc" is installed (using this GPU), according to terminal's suggestion
Thanks !