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/software/ml/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Most ML workloads are containerized to ensure portability, reproducibility, and
6
6
7
7
Users can choose between running containers, using provided uenv software stacks, or building custom Python environments tailored to their needs.
8
8
9
-
## Running Machine Learning Applications with Containers
9
+
## Running machine learning applications with containers
10
10
11
11
Containerization is the recommended approach for ML workloads on Alps, as it simplifies software management and maximizes compatibility with other systems.
12
12
@@ -18,7 +18,7 @@ Helpful references:
18
18
* Running containers on Alps: [Container Engine Guide][ref-container-engine]
19
19
* Building custom container images: [Container Build Guide][ref-build-containers]
20
20
21
-
## Using Provided uenv Software Stacks
21
+
## Using provided uenv software stacks
22
22
23
23
Alternatively, CSCS provides pre-configured software stacks ([uenvs][ref-uenv]) that can serve as a starting point for machine learning projects.
24
24
These environments provide optimized compilers, libraries, and selected ML frameworks.
@@ -33,7 +33,7 @@ See this [PyTorch venv example][ref-uenv-pytorch-venv] for details.
33
33
!!! note
34
34
While many Python packages provide pre-built binaries for common architectures, some may require building from source.
35
35
36
-
## Building Custom Python Environments
36
+
## Building custom Python environments
37
37
38
38
Users may also choose to build entirely custom software stacks using Python package managers such as `pip` or `conda`.
39
39
Most ML libraries are available via the [Python Package Index (PyPI)](https://pypi.org/).
0 commit comments