Learn R Programming

stt.api (version 0.2.1)

clear_native_whisper_cache: Clear native whisper model cache

Description

Removes cached native whisper models from memory. Call this to free GPU/RAM after batch processing is complete.

Usage

clear_native_whisper_cache()

Arguments

Value

No return value, called for side effects (frees memory by removing cached models and triggers garbage collection).

Examples

Run this code
clear_native_whisper_cache()

Run the code above in your browser using DataLab