Skip to content

Conversation

@sih4sing5hong5
Copy link
Contributor

The use_cuda is false by default:

use_cuda=false

And there is no argument for --use-cuda, only for --use-cuda=yes and --use-cuda=no:

kaldi/src/configure

Lines 740 to 745 in 4a8b7f6

--use-cuda=yes)
use_cuda=true;
shift ;;
--use-cuda=no)
use_cuda=false;
shift ;;

@jtrmal jtrmal merged commit f955dfd into kaldi-asr:master Jan 27, 2025
1 of 2 checks passed
Killer-Queue pushed a commit to Killer-Queue/kaldi that referenced this pull request Jun 6, 2025
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

Successfully merging this pull request may close these issues.

2 participants