Files
natural-memory-site/src/pages/cost.body.html
T

15 lines
570 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<p class="lede2" id="costIntro"></p>
<div class="grid g-2-1" >
<div>
<div class="ledger" id="ledger"></div>
<p class="quote" ><q id="costQuote"></q></p>
</div>
<div class="card card--flat">
<p class="eyebrow" >VRAM · 12 GiB CARD</p>
<div class="vram" id="vram"></div>
<p class="tiny" >
allocated 与 reserved 均为每次请求结束后的快照,<strong>不是 CUDA high-water mark</strong>;
reserved 还包含 PyTorch 分配器保留的缓存。因此这里不能当作"模型峰值显存"来引用。
</p>
</div>
</div>