From 412bad26fcb3ca574779f2b0490029435683ead5 Mon Sep 17 00:00:00 2001 From: Baiju Meswani Date: Wed, 20 Nov 2024 22:28:18 -0800 Subject: [PATCH] Update package md to show c# sample with ogahandle --- nuget/PACKAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/PACKAGE.md b/nuget/PACKAGE.md index 7daeed7977..565db4226d 100644 --- a/nuget/PACKAGE.md +++ b/nuget/PACKAGE.md @@ -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(); // Specify the location of your downloaded model. // Many models are published on HuggingFace e.g.