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: docs/platforms/mlp/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@ Scratch is per user - each user gets separate scratch path and quota.
58
58
**Scratch is not intended for permanent storage**: transfer files back to the capstor project storage after job runs.
59
59
60
60
!!! note
61
-
There is an additional scratch path mounted on [Capstor][ref-alps-capstor] at `/capstor/scratch/cscs/$USER`, however this is not recommended for ML workloads for performance reasons.
61
+
There is an additional scratch path mounted on [Capstor][ref-alps-capstor] at `/capstor/scratch/cscs/$USER`.
62
+
This filesystem should perform better for contiguous reads and writes.
63
+
Therefore, we recommend using this filesystem for storing checkpoint files generated by your training runs.
0 commit comments