G7 증명과 G8 clean-head 승격 준비
This commit is contained in:
parent
94c681d450
commit
5221f79e3f
52 changed files with 6876 additions and 506 deletions
|
|
@ -1,9 +1,9 @@
|
|||
param(
|
||||
[int]$Port = 9882,
|
||||
[ValidateSet('large-v3', 'large-v3-turbo', 'medium', 'small', 'base')]
|
||||
[string]$Model = 'large-v3',
|
||||
[string]$Model = 'small',
|
||||
[ValidateSet('auto', 'cuda', 'cpu')]
|
||||
[string]$Device = 'auto',
|
||||
[string]$Device = 'cpu',
|
||||
[int]$WaitReadySeconds = 180
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue