Real-time visualization dashboard for LLM training runs
Project description
The visualization dashboard for Telescope — a framework for post-training LLMs with reinforcement learning, designed for reasoning and agentic capabilities.
Telescope UI
Telescope UI runs locally on your machine and syncs training data from Weights & Biases into a local DuckDB database, giving you a real-time dashboard to monitor runs, inspect rollouts, and analyze metrics.
Installation
pip install telescope-ui
Requires Python 3.11+.
Quick start
wandb login # authenticate with W&B (once)
telescope # starts the dashboard at http://localhost:8005
Telescope automatically discovers runs tagged with telescope in your W&B projects. The default training config already includes this tag, so runs appear in the UI automatically.
| Flag | Description |
|---|---|
--port PORT |
Port to serve on (default: 8005) |
--host HOST |
Host to bind to (default: 127.0.0.1) |
--no-browser |
Don't open the browser automatically |
--debug |
Enable verbose logging |
Documentation
Full documentation at docs.telescope.training.
Pages
Metrics
Rollouts
Timeline
Infra
Evals
Code Compare
Data storage
All synced data is stored locally at ~/.telescope/. Override with the TELESCOPE_DATA_DIR environment variable. Database compression is available through the sidebar menu and can reduce size by 20-30%.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file telescope_ui-0.1.7.tar.gz.
File metadata
- Download URL: telescope_ui-0.1.7.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2947ca37de70043561518f11d5be5bea63e41805841b2ac983b3260ad38e5c0
|
|
| MD5 |
4e584892a8058e50d0249811f689da5d
|
|
| BLAKE2b-256 |
40c94778a685018881b885270ee8dc85c1c335db0b13a062f24f159a86e48ddc
|
File details
Details for the file telescope_ui-0.1.7-py3-none-any.whl.
File metadata
- Download URL: telescope_ui-0.1.7-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23435c549b69942962f1d706a092d3d4a02eea2efcf99809a804759e0673679c
|
|
| MD5 |
d4da5a71ecb1d97f983d72a0949caccd
|
|
| BLAKE2b-256 |
73ce2ab3593d4048267fe64c70b61655ca76c3af84d68304a25c861f9a733c02
|