Skip to content

Commit 847f804

Browse files
authored
Update README.md
1 parent cf8d4d6 commit 847f804

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ where "loadMode" is one of:
8484
```
8585
NeuralAudio::EModelLoadMode::Internal
8686
NeuralAudio::EModelLoadMode::NAMCore
87-
NeuralAudio::EModelLoadMode::RTNeural
87+
NeuralAudio::EModelLoadMode::RTNeural (only supported for LSTM)
8888
```
8989

9090
You can check which implementation was actually used to load the model with ```model->GetLoadMode()```.
9191

92-
**NOTE:** Because of compile time and executable size considerations, only the internal, NAM Core and dynamic RTNeural implementations are built by default. If you want to use RTNeural, it is recommended that you add ```-DBUILD_STATIC_RTNEURAL=ON``` to your cmake commandline. This will create static model implmentations for the same sets of WaveNet and LSTM models as the internal implmentation, and results in increased performance. Interal static LSTM model support is also off by default - to turn it on use ```-DBUILD_INTERNAL_STATIC_LSTM=ON```.
92+
**NOTE:** Because of compile time and executable size considerations, only the internal, NAM Core and dynamic RTNeural implementations are built by default. If you want to use RTNeural for LSTM models, it is recommended that you add ```-DBUILD_STATIC_RTNEURAL=ON``` to your cmake commandline. This will create static model implmentations for the same set of LSTM models as the internal implmentation, and results in increased performance. Interal static LSTM model support is also off by default - to turn it on use ```-DBUILD_INTERNAL_STATIC_LSTM=ON```.
9393

9494
### Composite model load behavior
9595

0 commit comments

Comments
 (0)