Skip to content

Commit

Permalink
Merge pull request #708 from autonomys/fix_gpu_plotter_page
Browse files Browse the repository at this point in the history
Improve spacing and a bunch of other small fixes
  • Loading branch information
EmilFattakhov authored Oct 25, 2024
2 parents e58c32f + 15c17e8 commit fdf1096
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions docs/farming-&-staking/farming/additional-guides/gpu-plotter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ GPU plotting employs the new v1 plot format, which is applicable to any plots cr

## Platform Compatibility

| Platform | 🐧 Linux | 🪟 Windows | [Nvidia](#supported-gpus) | [AMD](#supported-gpus) | [Intel](#supported-gpus) |
| Platform | 🐧 Linux | 🪟 Windows | Nvidia | AMD | Intel |
|---|:-:|:-:|:-:|:-:|:-:|
| Advanced CLI ||| || 🔮 |
| Space Acres ||| | 🔜 | 🔮 |
| Advanced CLI ||| || 🔮 |
| Space Acres ||| | 🔜 | 🔮 |


<div className="small-print">
Expand All @@ -46,10 +46,10 @@ GPU plotting employs the new v1 plot format, which is applicable to any plots cr
<TabItem value="nvidia" label="Nvidia" default>


| Series/Model | Supported |
| Series & Model | Supported |
|---|:--:|
| RTX 20xx and Newer | |
| GTX 16 Series | |
| RTX 20xx and Newer | |
| GTX 16 Series | |

<div className="small-print">
*Nvidia [drivers](https://developer.nvidia.com/cuda-downloads) version 550 or later are required. Installing the CUDA Toolkit is not required.*
Expand All @@ -65,7 +65,7 @@ You must be using the latest test build for AMD support.

:::

| Series/Model | Ubuntu | Windows |
| Series & Model | Ubuntu | Windows |
|---|:---:|:---:|
| RX 7900 XTX |||
| RX 7600 XT |||
Expand Down Expand Up @@ -182,9 +182,8 @@ services:
# End of ROCm-specific options
...the rest of typical options you'd normally use
```
</TabItem>


</TabItem>
</Tabs>

## Common Plotting Parameters
Expand All @@ -194,22 +193,22 @@ services:

When a compatible GPU is detected, CPU plotting is automatically disabled by default, but can be re-enabled if needed by specifying number of concurrently encoded sectors: `--cpu-sector-encoding-concurrency <sectors>`

```bash
--cpu-sector-encoding-concurrency 2
```
```bash
--cpu-sector-encoding-concurrency 2
```

</details>

<details>
<summary>Disable GPU Plotting</summary>

```bash title="Linux"
--cuda-gpus ""
```
```bash title="Linux"
--cuda-gpus ""
```

```powershell title="Windows"
--cuda-gpus 99
```
```powershell title="Windows"
--cuda-gpus 99
```

</details>

Expand All @@ -218,9 +217,9 @@ When a compatible GPU is detected, CPU plotting is automatically disabled by def

Specify particular GPUs for plotting rather than using all available GPUs (the default configuration employs all compatible GPUs): `--cuda-gpus <gpu_ids>`

```bash
--cuda-gpus 0,1,3
```
```bash
--cuda-gpus 0,1,3
```

</details>

Expand Down

0 comments on commit fdf1096

Please sign in to comment.