File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ Scratch is per user - each user gets separate scratch path and quota.
6666### Scratch Usage Recommendations
6767
6868Use Iopstor scratch (` $SCRATCH ` ) for:
69- * Training and validation datasets that are read frequently and non-sequentially.
70- * Workloads that perform many small, random I/O operations.
69+ * Training and validation datasets that are read frequently and non-sequentially.
70+ * Workloads that perform many small, random I/O operations.
7171
7272Use Capstor scratch (` /capstor/scratch/cscs/$USER ` ) for:
73- * Storing model checkpoints.
74- * Outputs from simulations or training jobs that involve large, contiguous I/O.
73+ * Storing model checkpoints.
74+ * Outputs from simulations or training jobs that involve large, contiguous I/O.
7575
7676After your job completes, remember to transfer any important results to your permanent project storage.
7777
You can’t perform that action at this time.
0 commit comments