Add HTTPS hint to Studio launch message (#6583)
This commit is contained in:
parent
6866362da7
commit
b458e1cf6d
3 changed files with 5 additions and 0 deletions
|
|
@ -2595,6 +2595,7 @@ exit 0
|
|||
step "launch" "to start later, run:"
|
||||
substep "unsloth studio -p 8888"
|
||||
substep "(add -H 0.0.0.0 to allow network / cloud access)"
|
||||
substep "(add --secure to allow HTTPS)"
|
||||
Write-Host ""
|
||||
}
|
||||
} else {
|
||||
|
|
@ -2615,6 +2616,7 @@ exit 0
|
|||
substep "unsloth studio -p 8888"
|
||||
}
|
||||
substep "(add -H 0.0.0.0 to allow network / cloud access)"
|
||||
substep "(add --secure to allow HTTPS)"
|
||||
Write-Host ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3160,6 +3160,7 @@ if [ -t 1 ]; then
|
|||
step "launch" "to start later, run:"
|
||||
substep "unsloth studio -p 8888"
|
||||
substep "(add -H 0.0.0.0 to allow network / cloud access)"
|
||||
substep "(add --secure to allow HTTPS)"
|
||||
echo ""
|
||||
;;
|
||||
esac
|
||||
|
|
@ -3181,5 +3182,6 @@ else
|
|||
substep "unsloth studio -p 8888"
|
||||
fi
|
||||
substep "(add -H 0.0.0.0 to allow network / cloud access)"
|
||||
substep "(add --secure to allow HTTPS)"
|
||||
echo ""
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -1822,6 +1822,7 @@ else
|
|||
printf " ${C_DIM}%-15s${C_OK}%s${C_RST}\n" "launch" "unsloth studio -p 8888"
|
||||
fi
|
||||
printf " ${C_DIM}%-15s%s${C_RST}\n" "" "(add -H 0.0.0.0 to allow network / cloud access)"
|
||||
printf " ${C_DIM}%-15s%s${C_RST}\n" "" "(add --secure to allow HTTPS)"
|
||||
fi
|
||||
echo ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue