mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 09:33:10 -07:00
release 1.7.6
This commit is contained in:
parent
ecdd47af36
commit
c2400b9a58
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "gerbil",
|
||||
"productName": "Gerbil",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"description": "Run Large Language Models locally",
|
||||
"main": "out/main/index.js",
|
||||
"homepage": "./",
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@ export const ModelAnalysisModal = ({
|
|||
)}
|
||||
{analysis.architecture.layers && (
|
||||
<InfoRow
|
||||
label="Layers / VRAM"
|
||||
value={`${analysis.architecture.layers} (${analysis.estimates.vramPerLayer || 'N/A'} per layer) = ${analysis.estimates.fullGpuVram}`}
|
||||
label="Full VRAM"
|
||||
value={`${analysis.architecture.layers} x ${analysis.estimates.vramPerLayer || 'N/A'} per layer = ${analysis.estimates.fullGpuVram}`}
|
||||
/>
|
||||
)}
|
||||
{!analysis.architecture.layers && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue