Skip to content

Commit c6f9e9c

Browse files
committed
title case for headers
1 parent 39c2d7c commit c6f9e9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/software/ml/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Most ML workloads are containerized to ensure portability, reproducibility, and
66

77
Users can choose between running containers, using provided uenv software stacks, or building custom Python environments tailored to their needs.
88

9-
## Running Machine Learning Applications with Containers
9+
## Running machine learning applications with containers
1010

1111
Containerization is the recommended approach for ML workloads on Alps, as it simplifies software management and maximizes compatibility with other systems.
1212

@@ -18,7 +18,7 @@ Helpful references:
1818
* Running containers on Alps: [Container Engine Guide][ref-container-engine]
1919
* Building custom container images: [Container Build Guide][ref-build-containers]
2020

21-
## Using Provided uenv Software Stacks
21+
## Using provided uenv software stacks
2222

2323
Alternatively, CSCS provides pre-configured software stacks ([uenvs][ref-uenv]) that can serve as a starting point for machine learning projects.
2424
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.
3333
!!! note
3434
While many Python packages provide pre-built binaries for common architectures, some may require building from source.
3535

36-
## Building Custom Python Environments
36+
## Building custom Python environments
3737

3838
Users may also choose to build entirely custom software stacks using Python package managers such as `pip` or `conda`.
3939
Most ML libraries are available via the [Python Package Index (PyPI)](https://pypi.org/).

0 commit comments

Comments
 (0)