Skip to content

Commit

Permalink
fix: failed to build in c11
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <thxcode0824@gmail.com>
  • Loading branch information
thxCode committed Nov 23, 2024
1 parent f1c307e commit 5d61423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-box/stablediffusion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ stablediffusion_sampling_stream *stablediffusion_context::generate_stream(const
}

return new stablediffusion_sampling_stream{
.stream = stream,
stream,
};
}

Expand Down

0 comments on commit 5d61423

Please sign in to comment.