Skip to main content

Maintenance

Regular Tasks

Model Management:


bash

Copy


# Download new model
deepspeech-model download --version=0.9.3
# Update language model
deepspeech-lm update --scorer=latest

Performance Optimization:

python

Copy



# Cache cleanup
model.clearCache()
# Optimize model
model.optimize()