File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
commands/inspect/commands Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,6 @@ function logCompatibilityScore(
256256 title : "VRAM usage" ,
257257 value : ( ) => bytes ( compatibilityScore . resolvedValues . totalVramUsage )
258258 } , {
259- show : compatibilityScore . resolvedValues . totalRamUsage > 0 ,
260259 title : "RAM usage" ,
261260 value : ( ) => bytes ( compatibilityScore . resolvedValues . totalRamUsage )
262261 } , {
Original file line number Diff line number Diff line change @@ -544,6 +544,9 @@ function renderRecommendedModelTechnicalInfo(
544544 show : canUseGpu ,
545545 title : "VRAM usage" ,
546546 value : ( ) => bytes ( compatibilityScore . resolvedValues . totalVramUsage )
547+ } , {
548+ title : "RAM usage" ,
549+ value : ( ) => bytes ( compatibilityScore . resolvedValues . totalRamUsage )
547550 } ]
548551 } )
549552 ] . join ( "\n" ) ;
You can’t perform that action at this time.
0 commit comments