Skip to content

Commit

Permalink
Minor, documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Const-me committed Mar 18, 2023
1 parent 127bede commit bbeb6da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions WhisperPS/Commands/LoadModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public sealed class LoadModel: PSCmdlet

/// <summary>
/// <para type="synopsis">Advanced GPU flags</para>
/// <para type="description">To combine multiple flags, use comma for the separator, example:<br />
/// <c>-flags UseReshapedMatMul, Wave64</c></para>
/// </summary>
[Parameter( Mandatory = false )]
public eGpuModelFlags flags { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion WhisperPS/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ foreach ( $i in $Results ) { $txt = $i.SourceName + ".ts.txt"; $i | Export-Text
```

If you’ve extracted to the local module directory, which is<br/>
`%USERPROFRILE%\Documents\WindowsPowerShell\Modules`<br/>
`%USERPROFILE%\Documents\WindowsPowerShell\Modules`<br/>
you can simplify the first line, use the following one instead:<br/>
`Import-Module WhisperPS -DisableNameChecking`

Expand Down

0 comments on commit bbeb6da

Please sign in to comment.