Clarify unsloth readiness banner
This commit is contained in:
parent
91664ccd62
commit
26b341bde6
2 changed files with 2 additions and 1 deletions
|
|
@ -1746,7 +1746,7 @@ def _run(
|
|||
# --no-launch recipes stay intact.
|
||||
if launch and clear_screen:
|
||||
click.clear()
|
||||
typer.echo(f"Unsloth {base} · model {entry['id']}")
|
||||
typer.echo(f"Unsloth ready at {base} · model {entry['id']}")
|
||||
if not launch:
|
||||
env, wsl_env_bridge = _wsl_shim_env(command, env, unset_env)
|
||||
_print_env(env, command, unset_env = unset_env, wsl_env_bridge = wsl_env_bridge)
|
||||
|
|
|
|||
|
|
@ -2019,6 +2019,7 @@ def test_attached_server_prints_stop_hint_after_agent_exits(fake_studio, monkeyp
|
|||
result = CliRunner().invoke(start.start_app, ["claude"])
|
||||
|
||||
assert result.exit_code == 0, result.output
|
||||
assert f"Unsloth ready at {BASE} · model {MODEL['id']}\n" in result.output
|
||||
assert f"Unsloth Studio is still running at {BASE}." in result.output
|
||||
assert "Stop it with: unsloth studio stop\n" in result.output
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue