Skip to content

Commit 6905406

Browse files
committed
Don't use RTNeural for WaveNet by default
1 parent 011b741 commit 6905406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else()
5757
message("Using RTNeural for LSTM models")
5858
endif (LSTM_PREFER_NAM)
5959

60-
option(WAVENET_PREFER_NAM "Always use NAM Core for NAM WaveNet models" OFF)
60+
option(WAVENET_PREFER_NAM "Always use NAM Core for NAM WaveNet models" ON)
6161

6262
if (WAVENET_PREFER_NAM)
6363
add_definitions(-DWAVENET_PREFER_NAM)

0 commit comments

Comments
 (0)