{% extends "_base.html" %} {% block content %} Settings · Account

Account

Change your Lab password, view the install metadata, and see the on-disk state the Lab keeps for you.

Change password

Saved Hugging Face tokens get re-encrypted with the new password automatically. After change you'll be signed out.

8 characters minimum.

About this install

mlx-optiq version{{ optiq_version }}
Python{{ python_version }}
SQLite{{ sqlite_version }}
OS{{ os_label }}
Lab data dir{{ lab_root }}
Password set{{ password_created or '—' }} UTC

What's stored

Background jobs (total){{ n_jobs }}
Local OptIQ quants tracked{{ n_models }}
Hugging Face tokens saved{{ n_tokens }}

To clear everything, stop optiq lab and delete {{ lab_root }}. The next launch starts fresh.

{% endblock %}