Remove stray SOLANA_CUDA=1
This commit is contained in:
parent
7dec934bb3
commit
79e39d6f0b
|
@ -42,10 +42,6 @@ solana-gossip --entrypoint testnet.solana.com:8001 spy
|
||||||
If your machine has a GPU with CUDA installed \(Linux-only currently\), include
|
If your machine has a GPU with CUDA installed \(Linux-only currently\), include
|
||||||
the `--cuda` argument to `solana-validator`.
|
the `--cuda` argument to `solana-validator`.
|
||||||
|
|
||||||
```bash
|
|
||||||
export SOLANA_CUDA=1
|
|
||||||
```
|
|
||||||
|
|
||||||
When your validator is started look for the following log message to indicate
|
When your validator is started look for the following log message to indicate
|
||||||
that CUDA is enabled: `"[<timestamp> solana::validator] CUDA is enabled"`
|
that CUDA is enabled: `"[<timestamp> solana::validator] CUDA is enabled"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue