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
2 changes: 1 addition & 1 deletion nuget/PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can call a high level `generate()` method to generate all of the output at o
// See https://aka.ms/new-console-template for more information
using Microsoft.ML.OnnxRuntimeGenAI;

OgaHandle ogaHandle = new OgaHandle();
using OgaHandle ogaHandle = new OgaHandle();
Comment thread
ajindal1 marked this conversation as resolved.

// Specify the location of your downloaded model.
// Many models are published on HuggingFace e.g.
Expand Down