Skip to content

Commit e373d06

Browse files
committed
pytorch uenv
1 parent 113574a commit e373d06

File tree

4 files changed

+424
-1
lines changed

4 files changed

+424
-1
lines changed

docs/clusters/clariden.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ Users are encouraged to use containers on Clariden.
4343
* Jobs using containers can be easily set up and submitted using the [container engine][ref-container-engine].
4444
* To build images, see the [guide to building container images on Alps][ref-build-containers].
4545

46-
Alternatively, [uenv][ref-uenv] are also available on Clariden. Currently the only uenv that is deployed on Clariden is [prgenv-gnu][ref-uenv-prgenv-gnu].
46+
Alternatively, [uenv][ref-uenv] are also available on Clariden. Currently deployed on Clariden:
47+
48+
* [prgenv-gnu][ref-uenv-prgenv-gnu]
49+
* [pytorch][ref-uenv-pytorch]
4750

4851
??? example "using uenv provided for other clusters"
4952
You can run uenv that were built for other Alps clusters using the `@` notation.

docs/software/ml/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[](){#ref-software-ml}
2+
# Machine Learning Applications and Frameworks
3+
4+
## Containerized Machine Learning Applications
5+
6+
CSCS supports a variety of machine learning applications and frameworks on its
7+
systems. Typically, machine learning applications are containerized to ensure
8+
compatibility and ease of use across different environments.
9+
10+
CSCS does not provide any specific machine learning container images, but users
11+
can create their own containers using popular base container registries, such
12+
as [Nvidia's NGC Catalog](https://catalog.ngc.nvidia.com/containers). These
13+
containers can be run on Alps, allowing users to leverage the
14+
high-performance computing resources available for their machine learning
15+
tasks.
16+
17+
* Jobs using containers can be easily set up and submitted using the [container
18+
engine][ref-container-engine].
19+
* To build images, see the [guide to building container images on
20+
Alps][ref-build-containers].
21+
22+
## Uenv Software Stacks
23+
24+
CSCS provides a base [PyTorch uenv][ref-uenv-pytorch] that is available on the
25+
[Clariden][ref-cluster-clariden] and [Daint][ref-cluster-daint] cluster.

0 commit comments

Comments
 (0)