Skip to content

Commit ecd4f8b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ _Quoted from the official openai/whisper installation_
107107
pip install git+https://github.com/absadiki/subsai
108108
```
109109
> [!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.
110+
> * It is recommended to use Python 3.10 or 3.11. Versions 3.12 or later may have compatibility issues.
111+
> * 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.
111112
> For more information, see https://github.com/absadiki/subsai/issues/162.
112113
113114
# Usage

0 commit comments

Comments
 (0)