taejinp commited on
Commit
8a9bb29
·
verified ·
1 Parent(s): 5e01af7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -296,7 +296,7 @@ To set streaming configuration, use:
296
  diar_model.sortformer_modules.chunk_len = CHUNK_SIZE
297
  diar_model.sortformer_modules.chunk_right_context = RIGHT_CONTEXT
298
  diar_model.sortformer_modules.fifo_len = FIFO_SIZE
299
- diar_model.sortformer_modules.spkcache_refresh_rate = UPDATE_PERIOD
300
  diar_model.sortformer_modules.spkcache_len = SPEAKER_CACHE_SIZE
301
  ```
302
 
 
296
  diar_model.sortformer_modules.chunk_len = CHUNK_SIZE
297
  diar_model.sortformer_modules.chunk_right_context = RIGHT_CONTEXT
298
  diar_model.sortformer_modules.fifo_len = FIFO_SIZE
299
+ diar_model.sortformer_modules.spkcache_update_period = UPDATE_PERIOD
300
  diar_model.sortformer_modules.spkcache_len = SPEAKER_CACHE_SIZE
301
  ```
302