Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sharfraz
/
openai-whisper-large-v3-turbo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbdec3d
openai-whisper-large-v3-turbo
/
memory usage 2
Sharfraz
Create memory usage 2
eb46ea7
verified
4 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
psutil
print
(
f"Memory usage:
{psutil.virtual_memory().used /
1024
**
3
:
.2
f}
GiB"
)