We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eea03e commit 0162743Copy full SHA for 0162743
src/Makefile
@@ -161,9 +161,9 @@ BMU = base matrix util
161
# this is necessary for correct parallel compilation
162
#1) The tools depend on all the libraries (which is a nonsense)
163
bin chainbin featbin fgmmbin fstbin gmmbin ivectorbin \
164
- kwsbin latbin lmbin nnet2bin nnet3bin nnetbin online2bin rnnlmbin sgmm2bin: \
+ kwsbin latbin lmbin nnet2bin nnet3bin nnetbin online2bin rnnlmbin : \
165
$(BMU) chain cudamatrix decoder feat fstext gmm hmm ivector \
166
- kws lat lm nnet nnet2 nnet3 online2 rnnlm sgmm2 transform tree
+ kws lat lm nnet nnet2 nnet3 online2 rnnlm transform tree
167
168
#2) The libraries have inter-dependencies
169
base: base/.depend.mk
0 commit comments