Skip to content

Commit

Permalink
fix duplicate entry in README.md
Browse files Browse the repository at this point in the history
Also improve spelling.
The duplicate entry got introduced by a recent merge.
  • Loading branch information
KonradHoeffner authored Jul 26, 2023
1 parent 511afd1 commit 447660b
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,44 +270,20 @@ This is a test project to validate the feasibility of a fully local solution for

# Common Errors

- [Torch not compatible with cuda enabled](https://github.com/pytorch/pytorch/issues/30664)

- Get cuda version

```shell
nvcc --version
```

```shell
nvidia-smi
```

- Try Install pytorch fepending on your cuda version
```shell
conda install -c pytorch torchvision cudatoolkit=10.1 pytorch
```
- If doesn't work try re installing
```shell
pip uninstall torch
pip cache purge
pip install torch -f https://download.pytorch.org/whl/torch_stable.html
```
- [Torch not compatible with cuda enabled](https://github.com/pytorch/pytorch/issues/30664)
- Get cuda version
- [Torch not compatible with CUDA enabled](https://github.com/pytorch/pytorch/issues/30664)

- Get CUDA version
```shell
nvcc --version
```
```shell
nvidia-smi
```
- Try Install pytorch fepending on your cuda version
- Try installing PyTorch depending on your CUDA version
```shell
conda install -c pytorch torchvision cudatoolkit=10.1 pytorch
```
- If doesn't work, try reinstalling
- If it doesn't work, try reinstalling
```shell
pip uninstall torch
pip cache purge
Expand Down

0 comments on commit 447660b

Please sign in to comment.