Skip to content

Commit 81179ae

Browse files
committed
chore: add note about python version #142
1 parent bbb9d29 commit 81179ae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,22 @@ _Quoted from the official openai/whisper installation_
107107
pip install git+https://github.com/absadiki/subsai
108108
```
109109
> [!NOTE]
110+
* Once ffmpeg is installed, install `subsai`
111+
112+
```shell
113+
pip install git+https://github.com/absadiki/subsai
114+
```
115+
116+
> [!NOTE]
117+
>
110118
> 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.
111119
> For more information, see https://github.com/absadiki/subsai/issues/162.
112120
121+
> [!NOTE]
122+
> * It is recommended to use Python 3.10 or 3.11. Versions 3.12 or later may have compatibility issues.
123+
> * 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.
124+
> For more information, see https://github.com/absadiki/subsai/issues/162.
125+
113126
# Usage
114127
### Web-UI
115128

0 commit comments

Comments
 (0)