Skip to content

Commit 37ee99d

Browse files
authored
Merge pull request #163 from kitsumed/patch-1
docs: Add mention of possible CPU version of torch
2 parents 146f433 + d7de73a commit 37ee99d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ _Quoted from the official openai/whisper installation_
106106
```shell
107107
pip install git+https://github.com/absadiki/subsai
108108
```
109+
> [!NOTE]
110+
> If torch is unable to detect your GPU devices during your usage of subsai, assuming you have a supported GPU device, there is a chance that `pip` installed the CPU version of torch. You can install a torch version with CUDA support by following the [get started locally guide](https://pytorch.org/get-started/locally/) on pytorch.
111+
> For more information, see https://github.com/absadiki/subsai/issues/162.
109112
110113
# Usage
111114
### Web-UI

0 commit comments

Comments
 (0)