Skip to content

Commit

Permalink
fix: the typo in experimental package.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed May 22, 2024
1 parent b8a8f9e commit 486bcc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LLama.Experimental/Native/NativeLibraryDownloader.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using HuggingfaceHub;
using HuggingfaceHub;

namespace LLama.Native
{
Expand Down Expand Up @@ -108,7 +108,7 @@ public class NativeLibraryDownloadSettings

/// <summary>
/// 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.
/// </summary>
public string[]? ExtraSearchDirectories { get; private set; } = null;
Expand Down Expand Up @@ -225,7 +225,7 @@ public NativeLibraryDownloadSettings WithTimeout(int timeout)

/// <summary>
/// Set <see cref="ExtraSearchDirectories"/>. 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.
/// </summary>
/// <param name="directories"></param>
Expand Down

0 comments on commit 486bcc6

Please sign in to comment.