Skip to content

Commit 2381985

Browse files
committed
formulation
1 parent e59e2f6 commit 2381985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/ml/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Uenvs are read-only, and cannot be modified. However, it is possible to add Pyth
320320
due to the amount of small files and potentially many processes accessing
321321
it. If this becomes a bottleneck, consider [squashing the
322322
venv][ref-guides-storage-venv] into its own memory-mapped, read-only file
323-
system.
323+
system to enhance scalability and reduce load times.
324324

325325
Alternatively one can use the uenv as [upstream Spack
326326
instance][ref-building-uenv-spack] to to add both Python and non-Python

0 commit comments

Comments
 (0)