Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LLama/Native/LLamaModelParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public unsafe struct LLamaModelParams
/// <summary>
/// called with a progress value between 0 and 1, pass NULL to disable
/// </summary>
LlamaProgressCallback progress_callback;
public LlamaProgressCallback progress_callback;

/// <summary>
/// context pointer passed to the progress callback
/// </summary>
void* progress_callback_user_data;
public void* progress_callback_user_data;

/// <summary>
/// only load the vocabulary, no weights
Expand Down