From 486bcc68f86c43657aec904f4c1d79ea43c48c0f Mon Sep 17 00:00:00 2001 From: Rinne Date: Thu, 23 May 2024 01:55:58 +0800 Subject: [PATCH] fix: the typo in experimental package. --- LLama.Experimental/Native/NativeLibraryDownloader.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LLama.Experimental/Native/NativeLibraryDownloader.cs b/LLama.Experimental/Native/NativeLibraryDownloader.cs index a09857d93..4e12aa502 100644 --- a/LLama.Experimental/Native/NativeLibraryDownloader.cs +++ b/LLama.Experimental/Native/NativeLibraryDownloader.cs @@ -1,4 +1,4 @@ -using HuggingfaceHub; +using HuggingfaceHub; namespace LLama.Native { @@ -108,7 +108,7 @@ public class NativeLibraryDownloadSettings /// /// Extra search directories. They will only be used when finding files downloaded from remote. - /// Generally it will be useful when you wnat to replace the downloading process with your custom implementation. + /// Generally it will be useful when you want to replace the downloading process with your custom implementation. /// If you are not sure how it works, please leave it empty. /// public string[]? ExtraSearchDirectories { get; private set; } = null; @@ -225,7 +225,7 @@ public NativeLibraryDownloadSettings WithTimeout(int timeout) /// /// Set . They will only be used when finding files downloaded from remote. - /// Generally it will be useful when you wnat to replace the downloading process with your custom implementation. + /// Generally it will be useful when you want to replace the downloading process with your custom implementation. /// If you are not sure how it works, please ignore this method. /// ///