Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/en/supraseal.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ CUDA 12.x is required, 11.x won't work. The build process depends on GCC 13.x sy
```shell
sudo apt install gcc-13 g++-13
```
* In addtion to general build dependencies (listed on the [installation page](installation.md)), you need `libgmp-dev` and `libconfig++-dev`
* In addition to general build dependencies (listed on the [installation page](installation.md)), you need `libgmp-dev` and `libconfig++-dev`
```shell
sudo apt install libgmp-dev libconfig++-dev
```
Expand Down Expand Up @@ -478,7 +478,7 @@ To troubleshoot:
* Validate GPU setup if PC2 is slow
* Review logs for any errors during batch processing

### Slower than expeted NVMe speed
### Slower than expected NVMe speed

If the [NVME Benchmark](supraseal.md#benchmark-nvme-iops) shows lower than expected IOPS, you can try formatting the NVMe devices with SPDK:

Expand Down
Loading