Skip to content

Commit 4919c31

Browse files
committed
changes
1 parent 78662d6 commit 4919c31

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ To set up Trackio for development, clone this repo and run:
292292
pip install -e ".[dev,tensorboard]"
293293
```
294294

295+
## Forking Trackio
296+
297+
Trackio is designed to be extremely forkable. It is written entirely in Python with a Gradio-based dashboard, so you can fork the repo, make changes to the source code (e.g. adding new elements to the dashboard, custom metrics, or new pages), and see those changes reflected immediately when running locally.
298+
299+
Even better, if you deploy your Trackio dashboard to Hugging Face Spaces (by setting a `space_id` in `trackio.init()`), the Space UI will reflect your local version of Trackio — so any customizations you make to the Python source carry over to your hosted dashboard as well.
300+
301+
To get started, follow the [Contributing Guide](#CONTRIBUTING.md) instructions to set up Trackio locally, then make your changes and run `trackio show` to preview them locally.
302+
295303
## Pronunciation
296304

297305
Trackio is pronounced TRACK-yo, as in "track yo' experiments"

0 commit comments

Comments
 (0)