You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With `warn`, only `WARN` and `ERROR` alerts are sent to webhook URLs.
108
108
109
-
### `TRACKIO_DATASET_ID`
110
-
111
-
Sets the Hugging Face Dataset ID where logs will be stored when running on Hugging Face Spaces. If not provided, the dataset name will be set automatically when deploying to Spaces.
112
-
113
-
114
-
```bash
115
-
export TRACKIO_DATASET_ID="username/dataset_name"
116
-
```
117
-
118
109
### `HF_TOKEN`
119
110
120
-
Your Hugging Face authentication token. Required for creating Spaces and Datasets on Hugging Face. Set this locally when deploying to Spaces from your machine. Must have `write` permissions for the namespace that you are deploying the Trackio dashboard.
111
+
Your Hugging Face authentication token. Required for creating Spaces and Buckets on Hugging Face. Set this locally when deploying to Spaces from your machine. Must have `write` permissions for the namespace that you are deploying the Trackio dashboard.
0 commit comments