| $ErrorActionPreference = "Stop" | |
| $Root = Split-Path -Parent $MyInvocation.MyCommand.Path | |
| Set-Location $Root | |
| ..\..\.venv\Scripts\hf.exe upload SOVYN/sovyn-300m-cortex . . --repo-type model | |
| $ErrorActionPreference = "Stop" | |
| $Root = Split-Path -Parent $MyInvocation.MyCommand.Path | |
| Set-Location $Root | |
| ..\..\.venv\Scripts\hf.exe upload SOVYN/sovyn-300m-cortex . . --repo-type model | |