Skip to content

Commit 9f3d72f

Browse files
Fixing typos
1 parent 1437c4c commit 9f3d72f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cloud-infrastructure/ai-infra-gpu/ai-infrastructure/opm-flow-gpu/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Oracle Cloud Infrastructure offers GPU shapes for all kinds of workloads, includ
2828
- BM with 8 GPUs, HIP and RDMA cluster networking
2929

3030
This tutorial covers both NVIDIA and AMD GPU shapes. More specifically, we use here:
31-
- A 1 x A100 80 GB virtual machine (VM.GPU.A100.80GB.1),
32-
- A 8 x MI300X 192 GB bare metal (BM.GPU.MI300X.8),
33-
both with a Cannonical Ubuntu 22.04 image with respectively CUDA and ROCm preinstaled.
31+
- A 1 x A100 80 GB virtual machine (VM.GPU.A100.80GB.1)
32+
- A 8 x MI300X 192 GB bare metal (BM.GPU.MI300X.8)
33+
34+
Both shapes are configured with a Cannonical Ubuntu 22.04 image with respectively CUDA and ROCm preinstalled.
3435

3536
On the NVIDIA GPU shapes, it is necessary to install the NVIDIA CUDA Compiler (NVCC) to build Flow:
3637
```
@@ -41,7 +42,7 @@ sudo apt-get install -y nvidia-cuda-toolkit
4142

4243
The project can be installed from packages or built from sources. For GPU support, building from sources is mandatory.
4344

44-
### Installing from binaries
45+
### Installing binaries
4546

4647
When GPU are not required or not available, OPM Flow can run on CPU only. In this case, installing the toolset from packages is the easiest way (see tutorial [here](https://opm-project.org/?page_id=245)).
4748

0 commit comments

Comments
 (0)