mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-08 07:49:59 +08:00
19 lines
322 B
Markdown
19 lines
322 B
Markdown
加载模型后需要占用的内存容量如下,单位是MB
|
|
```
|
|
{
|
|
"memory_usage": {
|
|
"rss": 1029.30078125,
|
|
"vms": 4505.546875,
|
|
"percent": 6.5181980027997115
|
|
}
|
|
}
|
|
|
|
{
|
|
"gpu_memory_usage": {
|
|
"used_memory": 2640,
|
|
"total_memory": 4096,
|
|
"percent": 64.453125
|
|
}
|
|
}
|
|
```
|