File tree 1 file changed +3
-3
lines changed
LLama.Experimental/Native
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- using HuggingfaceHub ;
1
+ using HuggingfaceHub ;
2
2
3
3
namespace LLama . Native
4
4
{
@@ -108,7 +108,7 @@ public class NativeLibraryDownloadSettings
108
108
109
109
/// <summary>
110
110
/// Extra search directories. They will only be used when finding files downloaded from remote.
111
- /// Generally it will be useful when you wnat to replace the downloading process with your custom implementation.
111
+ /// Generally it will be useful when you want to replace the downloading process with your custom implementation.
112
112
/// If you are not sure how it works, please leave it empty.
113
113
/// </summary>
114
114
public string [ ] ? ExtraSearchDirectories { get ; private set ; } = null ;
@@ -225,7 +225,7 @@ public NativeLibraryDownloadSettings WithTimeout(int timeout)
225
225
226
226
/// <summary>
227
227
/// Set <see cref="ExtraSearchDirectories"/>. They will only be used when finding files downloaded from remote.
228
- /// Generally it will be useful when you wnat to replace the downloading process with your custom implementation.
228
+ /// Generally it will be useful when you want to replace the downloading process with your custom implementation.
229
229
/// If you are not sure how it works, please ignore this method.
230
230
/// </summary>
231
231
/// <param name="directories"></param>
You can’t perform that action at this time.
0 commit comments