Skip to content

Commit

Permalink
fix: sync full offload
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Nov 20, 2024
1 parent ee77523 commit 87e8754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions file_estimate__stablediffusioncpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ func (e StableDiffusionCppRunEstimate) SummarizeItem(
mmap bool,
nonUMARamFootprint, nonUMAVramFootprint uint64,
) (emi StableDiffusionCppRunEstimateSummaryItem) {
emi.FullOffloaded = e.FullOffloaded

// RAM.
{
fp := e.Devices[0].Footprint
Expand Down

0 comments on commit 87e8754

Please sign in to comment.