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
Copy file name to clipboardExpand all lines: ml/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
*[Train ML Models at NERSC](#Train-ML-Models-at-NERSC)
7
7
* [Manually without Docker](#Manually-without-Docker)
8
8
* [Manually With Docker](#Manually-with-Docker)
9
-
* [Through the dashboard](#With-the-dashboard)
9
+
* [Through the dashboard](#Through-the-dashboard)
10
10
*[For Maintainers](#For-Maintainers)
11
11
* [Generate the conda environment lock file](#Generate-the-conda-environment-lock-file)
12
12
* [Build and push the Docker container to NERSC](#Build-and-push-the-Docker-container-to-NERSC)
@@ -146,15 +146,16 @@ This section describes how to train ML models at NERSC.
146
146
## Through the dashboard
147
147
148
148
> [!WARNING]
149
-
> When we run ML training jobs through the dashboard, we use NERSC's Superfacility API with the collaboration account `sf558`.
149
+
> When we train ML models through the dashboard, we use NERSC's Superfacility API with the collaboration account `sf558`.
150
150
> Since this is a non-interactive, non-user account, we also use a custom user to pull the image from the [NERSC registry](https://registry.nersc.gov) to Perlmutter.
151
151
> The registry login credentials need to be prepared (only once) in the `$HOME` of user `sf558` (`/global/homes/s/sf558/`), in a file named `registry.profile` with the following content:
0 commit comments