Fix formatting of launch command in setup.ps1

This commit is contained in:
Datta Nimmaturi 2026-03-17 10:19:16 +05:30 committed by GitHub
commit bbf6414caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1162,6 +1162,6 @@ Write-Host "+===============================================+" -ForegroundColor
Write-Host "| Setup Complete! |" -ForegroundColor Green
Write-Host "| |" -ForegroundColor Green
Write-Host "| Launch with: |" -ForegroundColor Green
Write-Host "| unsloth studio -H 0.0.0.0 -p 8000 |" -ForegroundColor Green
Write-Host "| unsloth studio -H 0.0.0.0 -p 8000 |" -ForegroundColor Green
Write-Host "| |" -ForegroundColor Green
Write-Host "+===============================================+" -ForegroundColor Green