File size: 189 Bytes
681909f | 1 2 3 4 5 6 7 | $ErrorActionPreference = "Stop"
$Root = Split-Path -Parent $MyInvocation.MyCommand.Path
Set-Location $Root
..\..\.venv\Scripts\hf.exe upload SOVYN/sovyn-300m-cortex . . --repo-type model
|
681909f | 1 2 3 4 5 6 7 | $ErrorActionPreference = "Stop"
$Root = Split-Path -Parent $MyInvocation.MyCommand.Path
Set-Location $Root
..\..\.venv\Scripts\hf.exe upload SOVYN/sovyn-300m-cortex . . --repo-type model
|