Skip to content

Commit 904a876

Browse files
committed
Add "little" model
1 parent 0b50c45 commit 904a876

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README

+7
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,10 @@ be closed.
111111

112112
To avoid including the default model in the build (e.g. to reduce download
113113
size) and rely only on model loading, add -DUSE_WEIGHTS_FILE to the CFLAGS.
114+
To be able to load different models, the model size (and header file) needs
115+
to patch the size use during build. Otherwise the model will not load
116+
We provide a "little" model with half as an alternative. To use the smaller
117+
model, rename rnnoise_data_little.c to rnnoise_data.c. It is possible
118+
to build both the regular and little binary weights and load any of them
119+
at run time since the little model has the same size as the regular one
120+
(except for the increased sparsity).

model_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2828242
1+
0b50c45

0 commit comments

Comments
 (0)